diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-08-24 19:53:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 17:53:01 +0000 |
commit | 3a2d284c96a7fe0a4a0d0430df79b79b8a4a4422 (patch) | |
tree | 1e57761b703ac9e39e7d9181a0049095c9a80873 /ext/cache | |
parent | a47c160cbcde22e5c65e9fd5ee1dd7a0cbb78b31 (diff) |
chore: forward v1.36.3 release commit to main (#20270)
Co-authored-by: Matt Mastracci <matthew@mastracci.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 aad31ce02..f256c03ed 100644 --- a/ext/cache/Cargo.toml +++ b/ext/cache/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cache" -version = "0.47.0" +version = "0.49.0" authors.workspace = true edition.workspace = true license.workspace = true |