From 2f6da40bd609ebda8f30d748427d325d80e58274 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 8 Aug 2024 14:54:30 +0200 Subject: fix: cache bust jsr meta file when version not found in dynamic branches (#24928) Test and code change in deno_graph. * https://github.com/denoland/deno_graph/pull/511 Closes https://github.com/denoland/deno/issues/23965 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 168f2929c..29edde06f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -69,7 +69,7 @@ deno_config = { version = "=0.28.0", features = ["workspace", "sync"] } deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "0.145.0", features = ["html", "syntect"] } deno_emit = "=0.44.0" -deno_graph = { version = "=0.81.1" } +deno_graph = { version = "=0.81.2" } deno_lint = { version = "=0.62.0", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.21.4" -- cgit v1.2.3