mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Remove use of nightly features in parking_lot. Update many uses from 0.9 to 0.10.
This commit is contained in:
parent
95a818e262
commit
1da40b59af
10 changed files with 20 additions and 36 deletions
39
Cargo.lock
generated
39
Cargo.lock
generated
|
@ -1885,7 +1885,7 @@ dependencies = [
|
|||
"gfx-hal",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"metal 0.18.0",
|
||||
"metal",
|
||||
"objc",
|
||||
"parking_lot 0.10.2",
|
||||
"range-alloc",
|
||||
|
@ -2864,7 +2864,7 @@ dependencies = [
|
|||
"msg",
|
||||
"net_traits",
|
||||
"num-traits",
|
||||
"parking_lot 0.9.0",
|
||||
"parking_lot 0.10.2",
|
||||
"profile_traits",
|
||||
"range",
|
||||
"rayon",
|
||||
|
@ -2908,7 +2908,7 @@ dependencies = [
|
|||
"mitochondria",
|
||||
"msg",
|
||||
"net_traits",
|
||||
"parking_lot 0.9.0",
|
||||
"parking_lot 0.10.2",
|
||||
"range",
|
||||
"rayon",
|
||||
"rayon_croissant",
|
||||
|
@ -2950,7 +2950,7 @@ dependencies = [
|
|||
"metrics",
|
||||
"msg",
|
||||
"net_traits",
|
||||
"parking_lot 0.9.0",
|
||||
"parking_lot 0.10.2",
|
||||
"profile_traits",
|
||||
"range",
|
||||
"rayon",
|
||||
|
@ -2995,7 +2995,7 @@ dependencies = [
|
|||
"metrics",
|
||||
"msg",
|
||||
"net_traits",
|
||||
"parking_lot 0.9.0",
|
||||
"parking_lot 0.10.2",
|
||||
"profile_traits",
|
||||
"range",
|
||||
"script",
|
||||
|
@ -3401,21 +3401,6 @@ dependencies = [
|
|||
"rustc_version",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "metal"
|
||||
version = "0.17.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f83c7dcc2038e12f68493fa3de44235df27b2497178e257185b4b5b5d028a1e4"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"block",
|
||||
"cocoa 0.19.1",
|
||||
"core-graphics 0.17.3",
|
||||
"foreign-types",
|
||||
"log",
|
||||
"objc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "metal"
|
||||
version = "0.18.0"
|
||||
|
@ -3614,7 +3599,7 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"malloc_size_of",
|
||||
"malloc_size_of_derive",
|
||||
"parking_lot 0.9.0",
|
||||
"parking_lot 0.10.2",
|
||||
"serde",
|
||||
"servo_url",
|
||||
"size_of_test",
|
||||
|
@ -4691,7 +4676,7 @@ dependencies = [
|
|||
"msg",
|
||||
"net_traits",
|
||||
"num-traits",
|
||||
"parking_lot 0.9.0",
|
||||
"parking_lot 0.10.2",
|
||||
"percent-encoding",
|
||||
"phf",
|
||||
"phf_codegen",
|
||||
|
@ -4755,7 +4740,7 @@ dependencies = [
|
|||
"metrics",
|
||||
"msg",
|
||||
"net_traits",
|
||||
"parking_lot 0.9.0",
|
||||
"parking_lot 0.10.2",
|
||||
"profile_traits",
|
||||
"range",
|
||||
"script_traits",
|
||||
|
@ -5583,7 +5568,7 @@ dependencies = [
|
|||
"num-traits",
|
||||
"num_cpus",
|
||||
"owning_ref",
|
||||
"parking_lot 0.9.0",
|
||||
"parking_lot 0.10.2",
|
||||
"precomputed-hash",
|
||||
"rayon",
|
||||
"regex",
|
||||
|
@ -5667,7 +5652,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "surfman"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/servo/surfman#bc084411664b04dba777659e5ce16b5f95b7371a"
|
||||
source = "git+https://github.com/servo/surfman#2283acaa3a856c2f76028cb23b5dde7dc0030cdf"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cfg_aliases",
|
||||
|
@ -5683,9 +5668,9 @@ dependencies = [
|
|||
"libc",
|
||||
"log",
|
||||
"mach",
|
||||
"metal 0.17.1",
|
||||
"metal",
|
||||
"objc",
|
||||
"parking_lot 0.9.0",
|
||||
"parking_lot 0.10.2",
|
||||
"wayland-sys 0.24.0",
|
||||
"winapi",
|
||||
"winit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue