Skip to content

Commit

Permalink
Auto merge of #12019 - ehuss:bump-crates-versions, r=weihanglo
Browse files Browse the repository at this point in the history
Bump versions of local crates

These crates have had the following changes since their last version bump:

- `cargo-platform`
    - #11915 — Drop derive feature from serde in cargo-platform
- `crates-io`
    - #11951 — Fix credential token format validation.
    - #11952 — Validate token on publish.

AFAICT, none of these seem to warrant a semver breaking change.
  • Loading branch information
bors committed Apr 23, 2023
2 parents dcc4702 + eea69e5 commit cb81efb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ path = "src/cargo/lib.rs"
anyhow = "1.0.47"
base64 = "0.21.0"
bytesize = "1.0"
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
cargo-platform = { path = "crates/cargo-platform", version = "0.1.3" }
cargo-util = { path = "crates/cargo-util", version = "0.2.4" }
clap = { version = "4.2.0", features = ["wrap_help"] }
crates-io = { path = "crates/crates-io", version = "0.36.0" }
crates-io = { path = "crates/crates-io", version = "0.36.1" }
curl = { version = "0.4.44", features = ["http2"] }
curl-sys = "0.4.61"
env_logger = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/cargo-platform/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-platform"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-lang/cargo"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crates-io"
version = "0.36.0"
version = "0.36.1"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
Expand Down

0 comments on commit cb81efb

Please sign in to comment.