1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00

fix(jsr): Wasm imports fail to load (#27594)

* https://github.com/denoland/deno_graph/pull/562

Closes https://github.com/denoland/deno/issues/27593
This commit is contained in:
David Sherret 2025-01-08 14:46:15 -05:00 committed by GitHub
parent fffa3804aa
commit fc2788bfd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1750,9 +1750,9 @@ dependencies = [
[[package]]
name = "deno_graph"
version = "0.86.8"
version = "0.86.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ceaff8e0b1ea21369c1aff28d75fed0c4194896195cf57c2fbee4f7db3e4c42"
checksum = "fa96b7d353c0d36b108ec504272b148792f48dccaf29f302b39c46b43457bb94"
dependencies = [
"anyhow",
"async-trait",

View file

@ -74,7 +74,7 @@ deno_config.workspace = true
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.161.3", features = ["rust", "comrak"] }
deno_error.workspace = true
deno_graph = { version = "=0.86.8" }
deno_graph = { version = "=0.86.9" }
deno_lint = { version = "=0.68.2", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm.workspace = true