Skip to content

Commit

Permalink
[Rust] Bump smallvec version to 1.0 (#5621)
Browse files Browse the repository at this point in the history
See servo/rust-smallvec#175 for changelog.
  • Loading branch information
messense authored and aardappel committed Nov 11, 2019
1 parent 42c08cb commit 405c64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/flatbuffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ keywords = ["flatbuffers", "serialization", "zero-copy"]
categories = ["encoding", "data-structures", "memory-management"]

[dependencies]
smallvec = "0.6"
smallvec = "1.0"

0 comments on commit 405c64e

Please sign in to comment.