Upgrade rustc and bootstrap dependencies
This commit is contained in:
parent
3b1d735118
commit
f5e702df0e
4 changed files with 45 additions and 18 deletions
|
|
@ -54,4 +54,4 @@ version = "0.3"
|
|||
features = ["fileapi", "ioapiset", "jobapi2", "handleapi", "winioctl"]
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "0.5"
|
||||
pretty_assertions = "0.6"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ rustc_serialize = { path = "../libserialize", package = "serialize" }
|
|||
rustc_ast = { path = "../librustc_ast" }
|
||||
rustc_span = { path = "../librustc_span" }
|
||||
backtrace = "0.3.40"
|
||||
parking_lot = "0.9"
|
||||
parking_lot = "0.10"
|
||||
byteorder = { version = "1.3" }
|
||||
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
|
||||
measureme = "0.7.1"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ lazy_static = "1"
|
|||
rustc_serialize = { path = "../libserialize", package = "serialize" }
|
||||
graphviz = { path = "../libgraphviz" }
|
||||
cfg-if = "0.1.2"
|
||||
crossbeam-utils = { version = "0.6.5", features = ["nightly"] }
|
||||
crossbeam-utils = { version = "0.7", features = ["nightly"] }
|
||||
stable_deref_trait = "1.0.0"
|
||||
rayon = { version = "0.3.0", package = "rustc-rayon" }
|
||||
rayon-core = { version = "0.3.0", package = "rustc-rayon-core" }
|
||||
|
|
@ -29,7 +29,7 @@ bitflags = "1.2.1"
|
|||
measureme = "0.7.1"
|
||||
|
||||
[dependencies.parking_lot]
|
||||
version = "0.9"
|
||||
version = "0.10"
|
||||
features = ["nightly"]
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue