Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/Cargo.toml')
| -rw-r--r-- | crates/hir/Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml index 4c1dfbc294..e4e4bcea61 100644 --- a/crates/hir/Cargo.toml +++ b/crates/hir/Cargo.toml @@ -12,9 +12,9 @@ rust-version.workspace = true doctest = false [dependencies] -rustc-hash = "1.1.0" +rustc-hash.workspace = true either.workspace = true -arrayvec = "0.7.2" +arrayvec.workspace = true itertools.workspace = true smallvec.workspace = true triomphe.workspace = true @@ -33,3 +33,6 @@ tt.workspace = true [features] in-rust-tree = [] + +[lints] +workspace = true
\ No newline at end of file |