diff options
author | Josh Matthews <josh@joshmatthews.net> | 2022-04-01 00:35:22 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2022-04-01 00:35:22 -0400 |
commit | 471650ba90613be6e94e197f80feca9171c3a19c (patch) | |
tree | 90c8f76fe04b91e8f129ee77c0b5b24fa01b80aa /tests/unit/script | |
parent | ffb6b5d5d8ae0aae8fd4d4ec99ab185f62ea47c0 (diff) | |
download | servo-471650ba90613be6e94e197f80feca9171c3a19c.tar.gz servo-471650ba90613be6e94e197f80feca9171c3a19c.zip |
Update keyboard-types.
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"} |