We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cc273 commit fd65cbdCopy full SHA for fd65cbd
Cargo.toml
@@ -21,7 +21,7 @@ path = "src/cargo/lib.rs"
21
[dependencies]
22
atty = "0.2"
23
bytesize = "1.0"
24
-cargo-platform = { path = "crates/cargo-platform", version = "0.1" }
+cargo-platform = { path = "crates/cargo-platform", version = "0.1.1" }
25
crates-io = { path = "crates/crates-io", version = "0.30" }
26
crossbeam-utils = "0.7"
27
crypto-hash = "0.3.1"
crates/cargo-platform/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cargo-platform"
3
-version = "0.1.0"
+version = "0.1.1"
4
authors = ["The Cargo Project Developers"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
0 commit comments