summaryrefslogtreecommitdiff
path: root/extensions/timers
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-06-28 20:59:23 +0200
committerGitHub <noreply@github.com>2021-06-28 20:59:23 +0200
commit30cba2484815f712502ae8937a25afa13aba0818 (patch)
tree496432652cf8ff00ee61e8d9a1e701fc65439596 /extensions/timers
parent9e875b2a2353eb4f3c6343a22e19c01276571cf6 (diff)
chore: release deno_core (#11164)
Diffstat (limited to 'extensions/timers')
-rw-r--r--extensions/timers/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/timers/Cargo.toml b/extensions/timers/Cargo.toml
index a9b9da7ff..29da7a7f8 100644
--- a/extensions/timers/Cargo.toml
+++ b/extensions/timers/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.91.0", path = "../../core" }
+deno_core = { version = "0.92.0", path = "../../core" }
tokio = { version = "1.7.1", features = ["full"] }
[dev-dependencies]