Skip to content

Commit

Permalink
fix(plugin/runner): Pin version of virtual-fs (#8827)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Apr 8, 2024
1 parent 2d4eb96 commit 089f61b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/swc_plugin_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
tokio = { version = "1", default-features = false, optional = true }
tracing = "0.1.40"
virtual-fs = { version = "=0.11.1", default-features = false }
wasmer = { version = "4.2.5", default-features = false }
wasmer-wasix = { version = "0.18.0", default-features = false }

Expand Down

0 comments on commit 089f61b

Please sign in to comment.