Skip to content

Commit

Permalink
chore: move wasm-bindgen dependency to noir_lsp (#2916)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Sep 29, 2023
1 parent fe86d70 commit d942de8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 0 additions & 3 deletions compiler/fm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ codespan-reporting.workspace = true
rust-embed = "6.6.0"
serde.workspace = true

[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies]
wasm-bindgen.workspace = true

[dev-dependencies]
tempfile = "3.2.0"
iter-extended.workspace = true
3 changes: 3 additions & 0 deletions tooling/lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ tower.workspace = true
cfg-if.workspace = true
async-lsp = { version = "0.0.5", default-features = false, features = ["omni-trait"] }

[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies]
wasm-bindgen.workspace = true

[dev-dependencies]
tokio = { version = "1.0", features = ["macros"] }

0 comments on commit d942de8

Please sign in to comment.