Bump cargo-platform version.

This commit is contained in:
Eric Huss 2019-12-10 11:59:06 -08:00
parent a4cc2736ee
commit fd65cbd816
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ path = "src/cargo/lib.rs"
[dependencies]
atty = "0.2"
bytesize = "1.0"
cargo-platform = { path = "crates/cargo-platform", version = "0.1" }
cargo-platform = { path = "crates/cargo-platform", version = "0.1.1" }
crates-io = { path = "crates/crates-io", version = "0.30" }
crossbeam-utils = "0.7"
crypto-hash = "0.3.1"

View file

@ -1,6 +1,6 @@
[package]
name = "cargo-platform"
version = "0.1.0"
version = "0.1.1"
authors = ["The Cargo Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"