From 63ca840b7ed3af2979aa1c650f2681c5ee94b3b2 Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Mon, 22 Jun 2026 16:13:07 -0700 Subject: [PATCH] v1.0.0-rc.3: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07d0ae8..911f0b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "1.0.0-rc.2" +version = "1.0.0-rc.3" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"