diff options
Diffstat (limited to 'tests/unit/script/Cargo.toml')
-rw-r--r-- | tests/unit/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/script/Cargo.toml b/tests/unit/script/Cargo.toml index 1334602ba23..ef69a32e077 100644 --- a/tests/unit/script/Cargo.toml +++ b/tests/unit/script/Cargo.toml @@ -10,7 +10,7 @@ path = "lib.rs" doctest = false [dependencies] -euclid = "0.13" +euclid = "0.14.4" msg = {path = "../../../components/msg"} script = {path = "../../../components/script"} servo_url = {path = "../../../components/url"} |