mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
cargo fix --edition-idioms
This commit is contained in:
parent
b1fd6237d1
commit
2012be4a8b
203 changed files with 665 additions and 1281 deletions
|
@ -1,3 +1,5 @@
|
|||
cargo-features = ["rename-dependency"]
|
||||
|
||||
[package]
|
||||
name = "net"
|
||||
version = "0.0.1"
|
||||
|
@ -17,7 +19,7 @@ doctest = false
|
|||
base64 = "0.9"
|
||||
brotli = "2.5"
|
||||
bytes = "0.4"
|
||||
cookie = "0.11"
|
||||
cookie_rs = {package = "cookie", version = "0.11"}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
embedder_traits = { path = "../embedder_traits" }
|
||||
flate2 = "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue