Update Cargo.toml of rustc-workspace-hack
This commit is contained in:
parent
5f483570a0
commit
919b3f9da3
@ -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"]}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user