diff --git a/Cargo.toml b/Cargo.toml index 8cba57e..a9fc1f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["repak", "repak_cli"] repository = "https://github.com/trumank/repak" authors = ["spuds", "trumank"] license = "MIT OR Apache-2.0" -version = "0.1.6" +version = "0.1.7" edition = "2021" [workspace.dependencies] diff --git a/repak_cli/Cargo.toml b/repak_cli/Cargo.toml index 9fc13c7..b1e3757 100644 --- a/repak_cli/Cargo.toml +++ b/repak_cli/Cargo.toml @@ -19,5 +19,5 @@ indicatif = { version = "0.17.3", features = ["rayon"] } path-clean = "0.1.0" path-slash = "0.2.1" rayon = "1.6.1" -repak = { version = "0.1.1", path = "../repak" } +repak = { version = "0.1.7", path = "../repak" } strum = { workspace = true }