mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Implement 'url!(..)' macro
https://github.com/servo/rust-url/issues/136 https://github.com/servo/rust-url/pull/137
This commit is contained in:
parent
0146751bb2
commit
f34da4120d
30 changed files with 346 additions and 128 deletions
1
ports/cef/Cargo.lock
generated
1
ports/cef/Cargo.lock
generated
|
@ -1319,6 +1319,7 @@ name = "plugins"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"tenacious 0.0.11 (git+https://github.com/Manishearth/rust-tenacious)",
|
||||
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
1
ports/gonk/Cargo.lock
generated
1
ports/gonk/Cargo.lock
generated
|
@ -1299,6 +1299,7 @@ name = "plugins"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"tenacious 0.0.11 (git+https://github.com/Manishearth/rust-tenacious)",
|
||||
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue