Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/test-utils/Cargo.toml')
-rw-r--r--crates/test-utils/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/test-utils/Cargo.toml b/crates/test-utils/Cargo.toml
index 438b599ffa..56067d8341 100644
--- a/crates/test-utils/Cargo.toml
+++ b/crates/test-utils/Cargo.toml
@@ -15,7 +15,10 @@ doctest = false
# Avoid adding deps here, this crate is widely used in tests it should compile fast!
dissimilar = "1.0.7"
text-size.workspace = true
-rustc-hash = "1.1.0"
+rustc-hash.workspace = true
stdx.workspace = true
profile.workspace = true
+
+[lints]
+workspace = true \ No newline at end of file