Skip to content

Commit 864f74d

Browse files
authored
chore: Bump build-rs version (#15421)
### What does this PR try to resolve? Follow up to #15420 ### How should we test and review this PR? ### Additional information
2 parents 338e3f8 + 2ce0898 commit 864f74d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ anstyle = "1.0.10"
2424
anyhow = "1.0.95"
2525
base64 = "0.22.1"
2626
blake3 = "1.5.5"
27-
build-rs = { version = "0.3.0", path = "crates/build-rs" }
27+
build-rs = { version = "0.3.1", path = "crates/build-rs" }
2828
cargo = { path = "" }
2929
cargo-credential = { version = "0.4.2", path = "credential/cargo-credential" }
3030
cargo-credential-libsecret = { version = "0.4.13", path = "credential/cargo-credential-libsecret" }

crates/build-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "build-rs"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
rust-version.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)