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