From 89a0b6ecb2fcf5bdfdbd64970b6975e8b7879573 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:19:45 -0700 Subject: [PATCH] v1.5.2: bump version (unified release) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5bdb7b..5b73eca 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.5.1" } +libfreemkv = { git = "https://github.com/freemkv/libfreemkv", tag = "v1.5.2" }