mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
Auto merge of #29444 - atouchet:chains, r=mrobinson
Use surfman-chains from crates.io <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
commit
416ee7f881
2 changed files with 2 additions and 3 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -6372,7 +6372,8 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "surfman-chains"
|
name = "surfman-chains"
|
||||||
version = "0.7.0"
|
version = "0.7.0"
|
||||||
source = "git+https://github.com/servo/surfman-chains.git#57cd1e290205a5459969bfe4cf0852d3bfec189c"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "b51e9d68bff975cc81ed92995691c9522c49a0531900b6548e7c5bbb8681cc79"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"euclid",
|
"euclid",
|
||||||
"fnv",
|
"fnv",
|
||||||
|
|
|
@ -28,8 +28,6 @@ opt-level = 3
|
||||||
|
|
||||||
# This is here to dedupe winapi since mio 0.6 is still using winapi 0.2.
|
# This is here to dedupe winapi since mio 0.6 is still using winapi 0.2.
|
||||||
mio = { git = "https://github.com/servo/mio.git", branch = "servo-mio-0.6.22" }
|
mio = { git = "https://github.com/servo/mio.git", branch = "servo-mio-0.6.22" }
|
||||||
# surfman-chains has not yet released version 0.7 to crates.io yet.
|
|
||||||
surfman-chains = { git = "https://github.com/servo/surfman-chains.git" }
|
|
||||||
# fork that bumps crates since the original repo is archived.
|
# fork that bumps crates since the original repo is archived.
|
||||||
immeta = { git = "https://github.com/fabricedesre/immeta.git" }
|
immeta = { git = "https://github.com/fabricedesre/immeta.git" }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue