Skip to content

Commit 83a5859

Browse files
committed
chore(platform): Version bump
1 parent 4bd5f9c commit 83a5859

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ base64 = "0.21.0"
2020
bytesize = "1.0"
2121
cargo = { path = "" }
2222
cargo-credential = { version = "0.2.0", path = "credential/cargo-credential" }
23-
cargo-platform = { path = "crates/cargo-platform", version = "0.1.3" }
23+
cargo-platform = { path = "crates/cargo-platform", version = "0.1.4" }
2424
cargo-test-macro = { path = "crates/cargo-test-macro" }
2525
cargo-test-support = { path = "crates/cargo-test-support" }
2626
cargo-util = { version = "0.2.5", path = "crates/cargo-util" }

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.3"
3+
version = "0.1.4"
44
edition.workspace = true
55
license.workspace = true
66
homepage = "https://github.com/rust-lang/cargo"

0 commit comments

Comments
 (0)