build: 0.2.0

This commit is contained in:
rzmk 2026-05-05 16:50:11 -04:00
parent b98af97335
commit c9ced5d250
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -81,7 +81,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "ckanaction"
version = "0.1.4"
version = "0.2.0"
dependencies = [
"bon",
"reqwest",

View file

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