mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +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]]
|
||||
name = "build-rs"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"unicode-ident",
|
||||
]
|
||||
|
@ -24,7 +24,7 @@ anstyle = "1.0.10"
|
||||
anyhow = "1.0.95"
|
||||
base64 = "0.22.1"
|
||||
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-credential = { version = "0.4.2", path = "credential/cargo-credential" }
|
||||
cargo-credential-libsecret = { version = "0.4.13", path = "credential/cargo-credential-libsecret" }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "build-rs"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
rust-version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user