mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Further changes required by Servo
This commit is contained in:
parent
2b6fce1e57
commit
89041ac330
2 changed files with 0 additions and 21 deletions
19
Cargo.lock
generated
19
Cargo.lock
generated
|
@ -1601,14 +1601,6 @@ version = "0.1.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "fallible"
|
|
||||||
version = "0.0.1"
|
|
||||||
dependencies = [
|
|
||||||
"hashglobe",
|
|
||||||
"smallvec",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fastrand"
|
name = "fastrand"
|
||||||
version = "1.7.0"
|
version = "1.7.0"
|
||||||
|
@ -2598,14 +2590,6 @@ version = "0.9.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "hashglobe"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"libc",
|
|
||||||
"rand 0.7.3",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "headers"
|
name = "headers"
|
||||||
version = "0.3.8"
|
version = "0.3.8"
|
||||||
|
@ -3461,7 +3445,6 @@ dependencies = [
|
||||||
"crossbeam-channel 0.4.4",
|
"crossbeam-channel 0.4.4",
|
||||||
"cssparser",
|
"cssparser",
|
||||||
"euclid",
|
"euclid",
|
||||||
"hashglobe",
|
|
||||||
"http",
|
"http",
|
||||||
"hyper_serde",
|
"hyper_serde",
|
||||||
"keyboard-types",
|
"keyboard-types",
|
||||||
|
@ -5970,9 +5953,7 @@ dependencies = [
|
||||||
"derive_more",
|
"derive_more",
|
||||||
"encoding_rs",
|
"encoding_rs",
|
||||||
"euclid",
|
"euclid",
|
||||||
"fallible",
|
|
||||||
"fxhash",
|
"fxhash",
|
||||||
"hashglobe",
|
|
||||||
"html5ever",
|
"html5ever",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"itertools",
|
"itertools",
|
||||||
|
|
|
@ -11,7 +11,6 @@ lint-scripts = ["./python/servo/lints/wpt_lint.py"]
|
||||||
[blocked-packages]
|
[blocked-packages]
|
||||||
num = []
|
num = []
|
||||||
rand = [
|
rand = [
|
||||||
"hashglobe", # Only used in tests
|
|
||||||
"ipc-channel",
|
"ipc-channel",
|
||||||
"phf_generator",
|
"phf_generator",
|
||||||
"quickcheck", # Only used in tests
|
"quickcheck", # Only used in tests
|
||||||
|
@ -135,7 +134,6 @@ directories = [
|
||||||
"./components/script/dom/bindings/codegen/ply",
|
"./components/script/dom/bindings/codegen/ply",
|
||||||
"./python/_virtualenv*",
|
"./python/_virtualenv*",
|
||||||
"./python/mach",
|
"./python/mach",
|
||||||
"./components/hashglobe/src",
|
|
||||||
# Generated and upstream code combined with our own. Could use cleanup
|
# Generated and upstream code combined with our own. Could use cleanup
|
||||||
"./target",
|
"./target",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue