feat: update to ckanaction v0.2.1

This commit is contained in:
rzmk 2026-06-11 16:14:18 -04:00
parent 78d3eeaac9
commit aed973683f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "ckanaction" name = "ckanaction"
version = "0.2.0" version = "0.2.1"
edition = "2024" edition = "2024"
description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API." description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API."
homepage = "https://ckanaction.dathere.com" homepage = "https://ckanaction.dathere.com"