From 474c90f47d5760683438cdc167263cb6c806a704 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 23 Dec 2025 10:33:59 -0500 Subject: [PATCH] build: release 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6226609..a3a4f64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,7 +110,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "ckanaction" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bon", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index f7698bb..a9f80be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckanaction" -version = "0.1.1" +version = "0.1.2" edition = "2024" description = "Rust library crate featuring an API wrapper of the CKAN Action v3 API." repository = "https://github.com/dathere/ckanaction"