mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
chore: Bump build-rs version
This commit is contained in:
parent
338e3f8d8a
commit
2ce0898758
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -249,7 +249,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "build-rs"
|
name = "build-rs"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"unicode-ident",
|
"unicode-ident",
|
||||||
]
|
]
|
||||||
|
@ -24,7 +24,7 @@ anstyle = "1.0.10"
|
|||||||
anyhow = "1.0.95"
|
anyhow = "1.0.95"
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
blake3 = "1.5.5"
|
blake3 = "1.5.5"
|
||||||
build-rs = { version = "0.3.0", path = "crates/build-rs" }
|
build-rs = { version = "0.3.1", path = "crates/build-rs" }
|
||||||
cargo = { path = "" }
|
cargo = { path = "" }
|
||||||
cargo-credential = { version = "0.4.2", path = "credential/cargo-credential" }
|
cargo-credential = { version = "0.4.2", path = "credential/cargo-credential" }
|
||||||
cargo-credential-libsecret = { version = "0.4.13", path = "credential/cargo-credential-libsecret" }
|
cargo-credential-libsecret = { version = "0.4.13", path = "credential/cargo-credential-libsecret" }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "build-rs"
|
name = "build-rs"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user