From aed973683f30f7f7e85ab135707a7ba33a41cc0f Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:14:18 -0400 Subject: [PATCH] feat: update to ckanaction v0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efd3c8e..3277ac9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,7 +81,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "ckanaction" -version = "0.2.0" +version = "0.2.1" dependencies = [ "bon", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 7446252..f321917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckanaction" -version = "0.2.0" +version = "0.2.1" edition = "2024" description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API." homepage = "https://ckanaction.dathere.com"