summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authormessense <messense@icloud.com>2019-11-12 01:52:26 +0800
committerWouter van Oortmerssen <aardappel@gmail.com>2019-11-11 09:52:26 -0800
commit405c64e07dae6efc7689e5b7d58898a4234a26c1 (patch)
tree0e6a6123a877703b9597bde91404e1fb50dc1a76 /rust
parent42c08cbca601688af921eaa9384844a632e2cde8 (diff)
downloadflatbuffers-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.toml2
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"