From 8af7204bae72f26bcfb7308fbf457bcf397c1335 Mon Sep 17 00:00:00 2001 From: messense Date: Sat, 9 Nov 2019 11:35:25 +0800 Subject: [PATCH] [Rust] Bump smallvec version to 1.0 See https://github.com/servo/rust-smallvec/pull/175 for changelog. --- rust/flatbuffers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/flatbuffers/Cargo.toml b/rust/flatbuffers/Cargo.toml index 32d9b1b8057..34ae8266884 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"