Skip to content

Commit 919b3f9

Browse files
committed
Update Cargo.toml of rustc-workspace-hack
1 parent 5f48357 commit 919b3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rustc-workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ parking_lot = { version = "0.6", features = ['nightly'] }
6060
rand = { version = "0.5.5", features = ["i128_support"] }
6161
serde = { version = "1.0.82", features = ['derive'] }
6262
serde_json = { version = "1.0.31", features = ["raw_value"] }
63-
smallvec = { version = "0.6", features = ['union'] }
63+
smallvec = { version = "0.6", features = ['union', 'may_dangle'] }
6464
scopeguard = { version = "0.3.3", features = ["use_std", "default"]}
6565
byteorder = { version = "1.2.7", features = ["i128"]}
6666

0 commit comments

Comments
 (0)