From 582cabbcf80ddc2c7e9753acddd60bc1c40d2e71 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 5 May 2026 16:50:11 -0400 Subject: [PATCH] build: 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d061f81..0716c8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,7 +81,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "ckanaction" -version = "0.1.4" +version = "0.2.0" dependencies = [ "bon", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index b6d87c0..aeea8fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "ckanaction" -version = "0.1.4" +version = "0.2.0" edition = "2024" description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API." -repository = "https://github.com/dathere/ckanaction" homepage = "https://ckanaction.dathere.com" +repository = "https://github.com/dathere/ckanaction" license = "Unlicense" keywords = ["ckan"] categories = ["api-bindings", "asynchronous"]