about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2019-02-14 14:32:02 +0100
committerflip1995 <hello@philkrones.com>2019-02-18 10:31:59 +0100
commit919b3f9da30b062ba89f4c8b5a77b121d074ef42 (patch)
treedec554bd31c8224860e6170af8a29b9473dbf479 /src
parent5f483570a06d37c9e214531aecdcf89e0df3afc5 (diff)
downloadrust-919b3f9da30b062ba89f4c8b5a77b121d074ef42.tar.gz
rust-919b3f9da30b062ba89f4c8b5a77b121d074ef42.zip
Update Cargo.toml of rustc-workspace-hack
Diffstat (limited to 'src')
-rw-r--r--src/tools/rustc-workspace-hack/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml
index f943ac9815a..157b7311707 100644
--- a/src/tools/rustc-workspace-hack/Cargo.toml
+++ b/src/tools/rustc-workspace-hack/Cargo.toml
@@ -60,7 +60,7 @@ parking_lot = { version = "0.6", features = ['nightly'] }
 rand = { version = "0.5.5", features = ["i128_support"] }
 serde = { version = "1.0.82", features = ['derive'] }
 serde_json = { version = "1.0.31", features = ["raw_value"] }
-smallvec = { version = "0.6", features = ['union'] }
+smallvec = { version = "0.6", features = ['union', 'may_dangle'] }
 scopeguard = { version = "0.3.3", features = ["use_std", "default"]}
 byteorder = { version = "1.2.7", features = ["i128"]}