diff options
Diffstat (limited to 'components/script_traits/Cargo.toml')
-rw-r--r-- | components/script_traits/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script_traits/Cargo.toml b/components/script_traits/Cargo.toml index b5ca1ca0389..d0075c2d08d 100644 --- a/components/script_traits/Cargo.toml +++ b/components/script_traits/Cargo.toml @@ -22,5 +22,5 @@ path = "../devtools_traits" [dependencies.geom] git = "https://github.com/servo/rust-geom" -[dependencies.url] -git = "https://github.com/servo/rust-url" +[dependencies] +url = "*"
\ No newline at end of file |