mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Use Url.join instead of UrlParser.base_url(...).parse (#9002)
This commit is contained in:
parent
6764cf0ee9
commit
11234f5370
41 changed files with 58 additions and 64 deletions
|
@ -25,7 +25,7 @@ smallvec = "0.1"
|
|||
string_cache = "0.2"
|
||||
time = "0.1.12"
|
||||
unicode-script = { version = "0.1", features = ["harfbuzz"] }
|
||||
url = "0.5"
|
||||
url = "0.5.2"
|
||||
servo-skia = "0.20130412.0"
|
||||
|
||||
[dependencies.plugins]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue