diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-08 14:54:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 14:54:30 +0200 |
commit | 2f6da40bd609ebda8f30d748427d325d80e58274 (patch) | |
tree | 1a695dba7871c26f8d8d834354065aa1800171f7 /cli | |
parent | f50d38869d004fdcfbbdd165f634ab4a4a612d1f (diff) |
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
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |