Skip to content

Commit eea69e5

Browse files
committed
Bump versions of local crates
1 parent dcc4702 commit eea69e5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ path = "src/cargo/lib.rs"
3131
anyhow = "1.0.47"
3232
base64 = "0.21.0"
3333
bytesize = "1.0"
34-
cargo-platform = { path = "crates/cargo-platform", version = "0.1.2" }
34+
cargo-platform = { path = "crates/cargo-platform", version = "0.1.3" }
3535
cargo-util = { path = "crates/cargo-util", version = "0.2.4" }
3636
clap = { version = "4.2.0", features = ["wrap_help"] }
37-
crates-io = { path = "crates/crates-io", version = "0.36.0" }
37+
crates-io = { path = "crates/crates-io", version = "0.36.1" }
3838
curl = { version = "0.4.44", features = ["http2"] }
3939
curl-sys = "0.4.61"
4040
env_logger = "0.10.0"

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.2"
3+
version = "0.1.3"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/rust-lang/cargo"

crates/crates-io/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crates-io"
3-
version = "0.36.0"
3+
version = "0.36.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/cargo"

0 commit comments

Comments
 (0)