[no description]
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 479068b..d7e3eeb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,4 @@ keywords = ["btree", "multiset"]
rust-version = "1.95.0"
[dependencies]
-smolvec = "1.0.0"
+smallvec = { version = "1.15.1", features = ["const_generics", "specialization"] }