fix when running natively

This commit is contained in:
Simon Gardling
2022-03-22 11:46:02 -04:00
parent 133998ff63
commit 8587dbf78c
2 changed files with 7 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ command-run = "1.1.1"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
instant = { version = "0.1.12" }
tracing-subscriber = "0.3.9"
[target.'cfg(target_arch = "wasm32")'.dependencies]
instant = { version = "0.1.12", features = ["wasm-bindgen"] }