diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-06-19 10:17:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 03:17:32 +0200 |
commit | 1d6b775f812f22f90d27a5d81a59070ad2d1172b (patch) | |
tree | 8f753991b82385e608497883e478a6fefcb00496 /ext/cron | |
parent | cfaffe9e5bbd18e48e8af2f03ea6512cf0a52379 (diff) |
chore: forward v1.44.3 release commit to main (#24256)
This is the release commit being forwarded back to main for 1.44.3
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/cron')
-rw-r--r-- | ext/cron/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cron/Cargo.toml b/ext/cron/Cargo.toml index 72199cfaf..8d3aaf4d1 100644 --- a/ext/cron/Cargo.toml +++ b/ext/cron/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cron" -version = "0.36.0" +version = "0.37.0" authors.workspace = true edition.workspace = true license.workspace = true |