From c07467c84e8933aef2457b5e50500a267c8a2bb0 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:08:59 -0700 Subject: [PATCH] v1.2.1: bump version (unified release) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1383724..4e29e19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,4 +40,4 @@ codegen-units = 1 # overrides it with a path patch via the gitignored .cargo/config.toml (a # config-level [patch.crates-io] wins over this manifest one for the same crate). [patch.crates-io] -libfreemkv = { git = "https://github.com/freemkv/libfreemkv", tag = "v1.2.0" } +libfreemkv = { git = "https://github.com/freemkv/libfreemkv", tag = "v1.2.1" }