diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-04-11 10:07:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 13:37:24 +0530 |
commit | ca7432b86b78434c94c8c6059f10260ccb1b967a (patch) | |
tree | 815885095fd13dec82dd45987cba073a5afc673e /ext/cache | |
parent | 34e1d0cdd4b7a00d48dee940024a7a695aa27f48 (diff) |
chore: forward v1.42.2 release commit to main (#23315)
Co-authored-by: Satya Rohith <me@satyarohith.com>
Diffstat (limited to 'ext/cache')
-rw-r--r-- | ext/cache/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml index f1f7ed373..5712e3471 100644 --- a/ext/cache/Cargo.toml +++ b/ext/cache/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cache" -version = "0.76.0" +version = "0.77.0" authors.workspace = true edition.workspace = true license.workspace = true |