Skip to content

Commit 9815087

Browse files
committed
Auto merge of #9762 - erickt:bump, r=ehuss
Update cargo-platform to 0.1.2 This preps cargo-platform for a release. The only substantial change is that this should include the license files into the archive that is uploaded to crates.io. Closes #9758
2 parents be7e19a + f71b231 commit 9815087

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1" }
24+
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
2525
cargo-util = { path = "crates/cargo-util", version = "0.1.1" }
2626
crates-io = { path = "crates/crates-io", version = "0.33.0" }
2727
crossbeam-utils = "0.8"

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.1"
3+
version = "0.1.2"
44
authors = ["The Cargo Project Developers"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

src/doc/src/reference/pkgid-spec.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following are some examples of specs for several different git dependencies:
4949
| Spec | Name | Version |
5050
|:----------------------------------------------------------|:----------------:|:--------:|
5151
| `https://github.com/rust-lang/cargo#0.52.0` | `cargo` | `0.52.0` |
52-
| `https://github.com/rust-lang/cargo#cargo-platform:0.1.1` | <nobr>`cargo-platform`</nobr> | `0.1.1` |
52+
| `https://github.com/rust-lang/cargo#cargo-platform:0.1.2` | <nobr>`cargo-platform`</nobr> | `0.1.2` |
5353
| `ssh://[email protected]/rust-lang/regex.git#regex:1.4.3` | `regex` | `1.4.3` |
5454

5555
Local packages on the filesystem can use `file://` URLs to reference them:

0 commit comments

Comments
 (0)