From 1f91eebb9a3e0067f3e1cec2c399827ee02387eb Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Wed, 24 Jun 2026 17:14:10 -0700 Subject: [PATCH] v1.0.0-rc.5.2: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f6c31c..bab5877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "1.0.0-rc.5.1" +version = "1.0.0-rc.5.2" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"