diff options
Diffstat (limited to 'tests/unit/script')
-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 e898e9b803c..dcc5d9a6ffa 100644 --- a/tests/unit/script/Cargo.toml +++ b/tests/unit/script/Cargo.toml @@ -11,6 +11,6 @@ path = "lib.rs" [dependencies] euclid = "0.20" -keyboard-types = "0.5" +keyboard-types = "0.6" script = {path = "../../../components/script"} servo_url = {path = "../../../components/url"} |