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