Skip to content

Commit

Permalink
fix: enable console feature of web-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisfontaine committed Dec 24, 2024
1 parent 28af33d commit c42ce5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive_graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async-lock = "3.4.0"
send_wrapper = { version = "0.6.0", features = ["futures"] }

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
web-sys = "0.3.72"
web-sys = { version = "0.3.72", features = ["console"] }

[dev-dependencies]
tokio = { version = "1.41", features = ["rt-multi-thread", "macros"] }
Expand Down

0 comments on commit c42ce5a

Please sign in to comment.