[Rust] Bump smallvec version to 1.0 (#5621)

See https://github.com/servo/rust-smallvec/pull/175 for changelog.
This commit is contained in:
messense
2019-11-12 01:52:26 +08:00
committed by Wouter van Oortmerssen
parent 42c08cbca6
commit 405c64e07d

View File

@@ -10,4 +10,4 @@ keywords = ["flatbuffers", "serialization", "zero-copy"]
categories = ["encoding", "data-structures", "memory-management"]
[dependencies]
smallvec = "0.6"
smallvec = "1.0"