Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/cfg/Cargo.toml')
-rw-r--r--crates/cfg/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml
index 4324584df3..fbda065b10 100644
--- a/crates/cfg/Cargo.toml
+++ b/crates/cfg/Cargo.toml
@@ -12,7 +12,7 @@ rust-version.workspace = true
doctest = false
[dependencies]
-rustc-hash = "1.1.0"
+rustc-hash.workspace = true
# locals deps
tt.workspace = true
@@ -29,3 +29,6 @@ derive_arbitrary = "1.3.2"
# local deps
mbe.workspace = true
syntax.workspace = true
+
+[lints]
+workspace = true \ No newline at end of file