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"]