diff --git a/crates/argus_cli/Cargo.toml b/crates/argus_cli/Cargo.toml index 5f2e3c3..1a406a4 100644 --- a/crates/argus_cli/Cargo.toml +++ b/crates/argus_cli/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -argus-lib = { version = "0.1.1", path = "../argus" } +argus-lib = { version = "0.1.2", path = "../argus" } rustc_plugin = "=0.9.0-nightly-2024-01-24" rustc_utils = { version = "=0.9.0-nightly-2024-01-24", features = ["serde"] }