diff options
| author | Bert Belder <bertbelder@gmail.com> | 2021-05-31 20:55:34 +0000 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2021-05-31 20:58:03 +0000 |
| commit | f8913680573505e45f0c094af1421f7a4abb4fb2 (patch) | |
| tree | 0ced826e651ea5476e063ca23a79d232d0dc4f81 /extensions/timers | |
| parent | 330cd6b7ea46524783e5d1a8654153b459931cd7 (diff) | |
| parent | 1567c1013cc8ff12cf039137792da66a1d0015b5 (diff) | |
Merge v1.10.3 into main (#10801)
Diffstat (limited to 'extensions/timers')
| -rw-r--r-- | extensions/timers/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/timers/Cargo.toml b/extensions/timers/Cargo.toml index 49471c5c8..6b68a02e9 100644 --- a/extensions/timers/Cargo.toml +++ b/extensions/timers/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_timers" -version = "0.5.0" +version = "0.5.1" edition = "2018" description = "Timers API implementation for Deno" authors = ["the Deno authors"] @@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.88.0", path = "../../core" } +deno_core = { version = "0.88.1", path = "../../core" } tokio = { version = "1.6.1", features = ["full"] } [dev-dependencies] |
