From 5e82ef65de31fb48a8e53649a759b2b0314a7f75 Mon Sep 17 00:00:00 2001 From: MattJackson <1085847+MattJackson@users.noreply.github.com> Date: Thu, 7 May 2026 19:10:39 -0700 Subject: [PATCH] =?UTF-8?q?v0.17.2:=20bump=20version=20(skip=200.17.1=20?= =?UTF-8?q?=E2=80=94=20stray=20tag=20exists)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cargo.toml: 0.17.1 -> 0.17.2. Functionally identical to the prior commit; 0.17.1 was never published to crates.io but a tag exists on the remote pointing at an unrelated commit. Bumping past it. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdb1a23..7d6b5b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.17.1" +version = "0.17.2" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"