about summary refs log tree commit diff
path: root/src/libserialize
diff options
context:
space:
mode:
authorNicholas Nethercote <nnethercote@mozilla.com>2018-11-29 08:52:22 +1100
committerNicholas Nethercote <nnethercote@mozilla.com>2018-12-10 09:31:27 +1100
commitecf6cd4b3c8d4e04e47f1e49a6a8fb4cda19700e (patch)
tree6f644cb160467a6eef25fa47cbcd96adf536212c /src/libserialize
parentb755501043d5b27b39f94bcadd57c8d5dedfd6ba (diff)
downloadrust-ecf6cd4b3c8d4e04e47f1e49a6a8fb4cda19700e.tar.gz
rust-ecf6cd4b3c8d4e04e47f1e49a6a8fb4cda19700e.zip
Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.
Diffstat (limited to 'src/libserialize')
-rw-r--r--src/libserialize/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserialize/Cargo.toml b/src/libserialize/Cargo.toml
index 66140d9c01f..3e040818d37 100644
--- a/src/libserialize/Cargo.toml
+++ b/src/libserialize/Cargo.toml
@@ -9,4 +9,4 @@ path = "lib.rs"
 crate-type = ["dylib", "rlib"]
 
 [dependencies]
-smallvec = { version = "0.6.5", features = ["union"] }
+smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }