From c05597f19c26d727937f4c34d70f459423e9f4a7 Mon Sep 17 00:00:00 2001 From: oluceps Date: Mon, 25 Nov 2024 19:16:19 +0800 Subject: [PATCH] + bump version --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7ccc4d7..3b1394c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,9 @@ +cargo-features = ["edition2024"] + [package] name = "vaultix" -version = "0.1.0" -edition = "2021" +version = "0.1.4" +edition = "2024" [lib] name = "lib"