diff --git a/Cargo.toml b/Cargo.toml index 6409f2c..5e95b0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,10 +19,8 @@ categories = ["no-std"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = [] +default = ["smallvec"] -# smallvec with no-std requires nightly. -# see https://github.com/servo/rust-smallvec/issues/160 [dependencies.smallvec] version = "1.4.0" optional = true