diff --git a/Cargo.toml b/Cargo.toml index 87f75e0..d3fe365 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ [package] name = "rrm" -version = "0.0.1-alpha.8" +version = "0.0.1-alpha.9" edition = "2021" authors = ["AOx0 "] description = "Rusty RimWorld (mod) Manager is a cross-platform CLI mod manager written in Rust" @@ -29,7 +29,7 @@ tokio = { version = "1.19.2", default-features = false, features = ["full"] } fs_extra = "1.2.0" regex = "1.5.6" -rrm_locals = {path="rrm_locals", version="0.0.1-alpha.7"} +rrm_locals = {path="rrm_locals", version="0.0.1-alpha.8"} rrm_scrap = {path="rrm_scrap", version="0.0.1-alpha.7"} rrm_installer = { path="rrm_installer", version="0.0.1-alpha.7"} colored = "2.0.0" diff --git a/rrm_locals/Cargo.toml b/rrm_locals/Cargo.toml index 57ef8d2..cafa3d4 100644 --- a/rrm_locals/Cargo.toml +++ b/rrm_locals/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rrm_locals" -version = "0.0.1-alpha.7" +version = "0.0.1-alpha.8" edition = "2021" authors = ["AOx0 "] description = "Part of rrm"