diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-11-09 13:03:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-09 13:03:17 +0100 |
| commit | 4f64acd4e48eb8901e82fb008705adf78e2dbb68 (patch) | |
| tree | fe4733a6a93c595c09df4010ce51d22c5a9d9a3f /ext/timers | |
| parent | 0de6d1edc4c902044744cdf832113f9aeb167fc5 (diff) | |
chore: bump crate versions for 1.16.0 (#12706)
Diffstat (limited to 'ext/timers')
| -rw-r--r-- | ext/timers/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/timers/Cargo.toml b/ext/timers/Cargo.toml index 08d5980da..9e865daae 100644 --- a/ext/timers/Cargo.toml +++ b/ext/timers/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_timers" -version = "0.21.0" +version = "0.22.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,14 +14,14 @@ description = "Timers API implementation for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.105.0", path = "../../core" } +deno_core = { version = "0.106.0", path = "../../core" } tokio = { version = "1.10.1", features = ["full"] } [dev-dependencies] -deno_bench_util = { version = "0.17.0", path = "../../bench_util" } -deno_url = { version = "0.23.0", path = "../url" } -deno_web = { version = "0.54.0", path = "../web" } -deno_webidl = { version = "0.23.0", path = "../webidl" } +deno_bench_util = { version = "0.18.0", path = "../../bench_util" } +deno_url = { version = "0.24.0", path = "../url" } +deno_web = { version = "0.55.0", path = "../web" } +deno_webidl = { version = "0.24.0", path = "../webidl" } [[bench]] name = "timers_ops" |
