Skip to content

Commit

Permalink
Auto merge of #3949 - RalfJung:rustc_tools_util, r=RalfJung
Browse files Browse the repository at this point in the history
bump rustc_tools_util version

Fixes rust-lang/miri#3845 by incorporating rust-lang/rust-clippy#13329
  • Loading branch information
bors committed Oct 7, 2024
2 parents c5f3c60 + bf2d46d commit ee491b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/tools/miri/cargo-miri/Cargo.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4

[[package]]
name = "anyhow"
Expand Down Expand Up @@ -202,9 +202,9 @@ dependencies = [

[[package]]
name = "rustc_tools_util"
version = "0.3.0"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
checksum = "3316159ab19e19d1065ecc49278e87f767a9dae9fae80348d2b4d4fa4ae02d4d"

[[package]]
name = "rustc_version"
Expand Down
2 changes: 1 addition & 1 deletion src/tools/miri/cargo-miri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ rustc-build-sysroot = "0.5.4"
serde = { version = "1.0.185", features = ["derive"] }

[build-dependencies]
rustc_tools_util = "0.3"
rustc_tools_util = "0.4"

0 comments on commit ee491b3

Please sign in to comment.