Skip to content

Commit fd65cbd

Browse files
committed
Bump cargo-platform version.
1 parent a4cc273 commit fd65cbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "src/cargo/lib.rs"
2121
[dependencies]
2222
atty = "0.2"
2323
bytesize = "1.0"
24-
cargo-platform = { path = "crates/cargo-platform", version = "0.1" }
24+
cargo-platform = { path = "crates/cargo-platform", version = "0.1.1" }
2525
crates-io = { path = "crates/crates-io", version = "0.30" }
2626
crossbeam-utils = "0.7"
2727
crypto-hash = "0.3.1"

crates/cargo-platform/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-platform"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["The Cargo Project Developers"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)