From a02258e73d4fc83751a67230e04f62acdcfd28eb Mon Sep 17 00:00:00 2001 From: LeChatP Date: Mon, 21 Oct 2024 07:26:37 +0200 Subject: [PATCH] Fix Bumping version to 3.0.3 with auto build.rs --- Cargo.toml | 2 +- build.rs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7fa6bb9..8b239f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ serde_json = "1.0" toml = "0.8" [dependencies] -rar-common = { path = "rar-common", version = "3.0.0", package = "rootasrole-core" } +rar-common = { path = "rar-common", version = "3.0.3", package = "rootasrole-core" } log = "0.4" libc = "0.2" strum = { version = "0.26", features = ["derive"] } diff --git a/build.rs b/build.rs index c564846..e8327bb 100644 --- a/build.rs +++ b/build.rs @@ -35,6 +35,8 @@ fn set_cargo_version(package_version: &str, file: &str) -> Result<(), Box