diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-08-21 20:16:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-22 02:16:45 +0200 |
commit | 3314a0ceb8f874986d5da9f36f683740bd813750 (patch) | |
tree | b044e076327c31cb077ad78a01cc52535cf4191a /ext/cron | |
parent | 32a579d4189d47af618ea958e9a6fbe1ddb81f4e (diff) |
1.46.0 (#25139)
Bumped versions for 1.46.0
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 cf71a7a96..e7232b436 100644 --- a/ext/cron/Cargo.toml +++ b/ext/cron/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cron" -version = "0.44.0" +version = "0.45.0" authors.workspace = true edition.workspace = true license.workspace = true |