diff --git a/Cargo.lock b/Cargo.lock index ba0ecb16..5ad72bdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -232,7 +232,7 @@ dependencies = [ [[package]] name = "binstalk-manifests" -version = "0.2.0" +version = "0.3.0" dependencies = [ "beef", "binstalk-types", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 8eed2f2f..273a2cdd 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -23,7 +23,7 @@ pkg-fmt = "zip" [dependencies] binstalk = { path = "../binstalk", version = "0.7.1", default-features = false } -binstalk-manifests = { path = "../binstalk-manifests", version = "0.2.0" } +binstalk-manifests = { path = "../binstalk-manifests", version = "0.3.0" } clap = { version = "4.1.4", features = ["derive"] } crates_io_api = { version = "0.8.1", default-features = false } dirs = "4.0.0" diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index c0fe67fb..7d650e27 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -3,7 +3,7 @@ name = "binstalk-manifests" description = "The binstall toolkit for manipulating with manifest" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/binstalk-manifests" -version = "0.2.0" +version = "0.3.0" rust-version = "1.61.0" authors = ["ryan "] edition = "2021"