summaryrefslogtreecommitdiff
path: root/cli
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 /cli
parente2990be264776d4d17e0fa982f74e1ad54624d0d (diff)
chore(ext/cache): make helper functions public (#16117)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 0161eed41..12b605aa9 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -27,7 +27,7 @@ path = "./bench/lsp_bench_standalone.rs"
[build-dependencies]
deno_broadcast_channel = { version = "0.65.0", path = "../ext/broadcast_channel" }
-deno_cache = { version = "0.2.0", path = "../ext/cache" }
+deno_cache = { version = "0.3.0", path = "../ext/cache" }
deno_console = { version = "0.71.0", path = "../ext/console" }
deno_core = { version = "0.153.0", path = "../core" }
deno_crypto = { version = "0.85.0", path = "../ext/crypto" }