diff options
author | messense <messense@icloud.com> | 2019-11-12 01:52:26 +0800 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2019-11-11 09:52:26 -0800 |
commit | 405c64e07dae6efc7689e5b7d58898a4234a26c1 (patch) | |
tree | 0e6a6123a877703b9597bde91404e1fb50dc1a76 /rust | |
parent | 42c08cbca601688af921eaa9384844a632e2cde8 (diff) | |
download | flatbuffers-405c64e07dae6efc7689e5b7d58898a4234a26c1.tar.gz flatbuffers-405c64e07dae6efc7689e5b7d58898a4234a26c1.tar.bz2 flatbuffers-405c64e07dae6efc7689e5b7d58898a4234a26c1.zip |
[Rust] Bump smallvec version to 1.0 (#5621)
See https://github.com/servo/rust-smallvec/pull/175 for changelog.
Diffstat (limited to 'rust')
-rw-r--r-- | rust/flatbuffers/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/flatbuffers/Cargo.toml b/rust/flatbuffers/Cargo.toml index 32d9b1b8..34ae8266 100644 --- a/rust/flatbuffers/Cargo.toml +++ b/rust/flatbuffers/Cargo.toml @@ -10,4 +10,4 @@ keywords = ["flatbuffers", "serialization", "zero-copy"] categories = ["encoding", "data-structures", "memory-management"] [dependencies] -smallvec = "0.6" +smallvec = "1.0" |