diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-11-10 05:21:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 18:51:34 +0530 |
commit | 1ece7dfd9042e525aad2d2d8b6e3086c77e74572 (patch) | |
tree | 6f39f3a8b35d1b43a0ec771da94a44a6408694b9 /ext/cache | |
parent | f4305433dc2a731782fd5f03cd2e0c192606aeb7 (diff) |
chore: forward v1.38.1 release commit to main (#21144)
This is the release commit being forwarded back to main for 1.38.1
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Co-authored-by: littledivy <littledivy@users.noreply.github.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 762ea3b6f..fcbb4ed5e 100644 --- a/ext/cache/Cargo.toml +++ b/ext/cache/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cache" -version = "0.54.0" +version = "0.55.0" authors.workspace = true edition.workspace = true license.workspace = true |