about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-04-14 09:02:00 +0200
committerGitHub <noreply@github.com>2024-04-14 09:02:00 +0200
commitab65c68585bae5bfa5a2deee8416231c0c13e708 (patch)
tree790f0d657aa6579abe7f86fdd9101390ee62ea16 /src/tools
parent20656d9202a8107c66c00020d96b9de8c0cb7dc0 (diff)
parent123b303fd98b3c0214942cbe818e28ae4d234ce4 (diff)
downloadrust-ab65c68585bae5bfa5a2deee8416231c0c13e708.tar.gz
rust-ab65c68585bae5bfa5a2deee8416231c0c13e708.zip
Rollup merge of #123902 - ehuss:update-rustfix2, r=Mark-Simulacrum
compiletest: Update rustfix to 0.8.1

This updates the version of rustfix used in compiletest to be closer to what cargo is using. This is to help ensure `cargo fix` and compiletest are aligned. There are some unpublished changes to `rustfix`, which will update in a future PR when those are published.

Will plan to update ui_test in the near future to avoid the duplicate.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/compiletest/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml
index 4539c9b3285..38c29b91928 100644
--- a/src/tools/compiletest/Cargo.toml
+++ b/src/tools/compiletest/Cargo.toml
@@ -20,7 +20,7 @@ tracing-subscriber = { version = "0.3.3", default-features = false, features = [
 regex = "1.0"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
-rustfix = "0.6.0"
+rustfix = "0.8.1"
 once_cell = "1.16.0"
 walkdir = "2"
 glob = "0.3.0"