From 5fa9bccc5243afbe7e1a73bd78e9b04e6a648ff4 Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 19 Aug 2021 15:25:41 +0100 Subject: [PATCH] Added const_generics to smallvec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for rsh's current commit: Future blessing − 末吉 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7fd768c..c23f58a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ mopa = "0.2.2" pin-project = "1.0.8" serde = { version = "1.0.126", features = ["derive"] } serde_cbor = "0.11.1" -smallvec = { version = "1.6.1", features = ["union", "serde", "write"] } +smallvec = { version = "1.6.1", features = ["union", "serde", "write", "const_generics"] } stackalloc = "1.1.1" tokio = { version = "0.2", features = ["full"] } tokio-uring = "0.1.0"