Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/Cargo.toml')
-rw-r--r--crates/hir-expand/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir-expand/Cargo.toml b/crates/hir-expand/Cargo.toml
index 453afa6e2f..1fcc8287ed 100644
--- a/crates/hir-expand/Cargo.toml
+++ b/crates/hir-expand/Cargo.toml
@@ -19,6 +19,7 @@ itertools = "0.10.3"
hashbrown = { version = "0.12.1", features = [
"inline-more",
], default-features = false }
+smallvec = { version = "1.9.0", features = ["const_new"] }
stdx = { path = "../stdx", version = "0.0.0" }
base-db = { path = "../base-db", version = "0.0.0" }