summaryrefslogtreecommitdiff
path: root/ext/cache/Cargo.toml
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2022-10-03 10:52:54 +0530
committerGitHub <noreply@github.com>2022-10-03 10:52:54 +0530
commiteacd6a7f295a9a8ce4f4ca38cbf3e9905c4a5d02 (patch)
treec42049ce8a6360c5d72cd1f13795d9f41f8b4dd5 /ext/cache/Cargo.toml
parente2990be264776d4d17e0fa982f74e1ad54624d0d (diff)
chore(ext/cache): make helper functions public (#16117)
Diffstat (limited to 'ext/cache/Cargo.toml')
-rw-r--r--ext/cache/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index 38e08356d..ea824de46 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cache"
-version = "0.2.0"
+version = "0.3.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"