Added const_generics to smallvec.

Fortune for rsh's current commit: Future blessing − 末吉
master
Avril 3 years ago
parent f8b6e3a0c6
commit 5fa9bccc52
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -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"

Loading…
Cancel
Save