We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8363ea8 commit bb8def4Copy full SHA for bb8def4
Cargo.toml
@@ -3,7 +3,7 @@ name = "smallvec"
3
version = "1.8.0"
4
edition = "2018"
5
authors = ["The Servo Project Developers"]
6
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
7
repository = "https://github.com/servo/rust-smallvec"
8
description = "'Small vector' optimization: store up to a small number of items on the stack"
9
keywords = ["small", "vec", "vector", "stack", "no_std"]
0 commit comments