mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Upgrade tokio and io-lifetimes (#30203)
This also adds a duplication exception for 'hermit-abi', which in practice we never experience since it's platform-dependent.
This commit is contained in:
parent
21f426964b
commit
c0898c3a00
2 changed files with 25 additions and 14 deletions
|
@ -36,6 +36,10 @@ packages = [
|
|||
"wayland-sys",
|
||||
"bitflags",
|
||||
|
||||
# This dependency is for "hermit os" which Servo doesn't support.
|
||||
# Theoretically, it's never fetched.
|
||||
"hermit-abi",
|
||||
|
||||
# Duplicated by rustls and image.
|
||||
"spin",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue