summaryrefslogtreecommitdiff
path: root/ext/timers
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2021-10-12 22:16:15 +0530
committerGitHub <noreply@github.com>2021-10-12 22:16:15 +0530
commitfb094ae0268f648d554e46e084c72d34617909e2 (patch)
treed085a5229f59cd3f40e971c872c47f03bb08e985 /ext/timers
parent9b1f0c8ba3c8ca7a7207519889b6509bfc10370e (diff)
chore: bump crate version for 1.15.0 (#12406)
Diffstat (limited to 'ext/timers')
-rw-r--r--ext/timers/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/timers/Cargo.toml b/ext/timers/Cargo.toml
index 7fa688a29..84f81684e 100644
--- a/ext/timers/Cargo.toml
+++ b/ext/timers/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_timers"
-version = "0.18.0"
+version = "0.19.0"
authors = ["the Deno authors"]
edition = "2018"
license = "MIT"
@@ -14,14 +14,14 @@ description = "Timers API implementation for Deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.102.0", path = "../../core" }
+deno_core = { version = "0.103.0", path = "../../core" }
tokio = { version = "1.10.1", features = ["full"] }
[dev-dependencies]
-deno_bench_util = { version = "0.14.0", path = "../../bench_util" }
-deno_url = { version = "0.20.0", path = "../url" }
-deno_web = { version = "0.51.0", path = "../web" }
-deno_webidl = { version = "0.20.0", path = "../webidl" }
+deno_bench_util = { version = "0.15.0", path = "../../bench_util" }
+deno_url = { version = "0.21.0", path = "../url" }
+deno_web = { version = "0.52.0", path = "../web" }
+deno_webidl = { version = "0.21.0", path = "../webidl" }
[[bench]]
name = "timers_ops"