Skip to content

Commit ca9eed3

Browse files
committed
bump rustc-build-sysroot
1 parent 1048eba commit ca9eed3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/miri/cargo-miri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,9 @@ dependencies = [
335335

336336
[[package]]
337337
name = "rustc-build-sysroot"
338-
version = "0.3.2"
338+
version = "0.3.3"
339339
source = "registry+https://github.com/rust-lang/crates.io-index"
340-
checksum = "3d7cb0915a85234cee53b853ca8c2538ddfd7f3bf6d2501b52d1d37aba6c7bef"
340+
checksum = "ec5f3689b6c560d6a3a17fcbe54204cd870b4fcf46342d60de16715b660d2c92"
341341
dependencies = [
342342
"anyhow",
343343
"rustc_version",

src/tools/miri/cargo-miri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ directories = "4"
1818
rustc_version = "0.4"
1919
serde_json = "1.0.40"
2020
cargo_metadata = "0.15.0"
21-
rustc-build-sysroot = "0.3"
21+
rustc-build-sysroot = "0.3.3"
2222

2323
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
2424
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`

0 commit comments

Comments
 (0)