Update dependency and fix build (#2268)
This commit is contained in:
parent
1d6c12e777
commit
7f4d2e4849
1 changed files with 2 additions and 2 deletions
|
@ -127,14 +127,14 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
|||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
pharos = "0.5.3"
|
||||
tokio = { version = "1.29.1", default-features = false, features = ["rt"] }
|
||||
tokio = { version = "1.29.1", default-features = false, features = ["rt", "sync"] }
|
||||
uuid = { version = "1.4.0", features = ["serde", "js", "v4", "v7"] }
|
||||
wasmtimer = { version = "0.2.0", default-features = false, features = ["tokio"] }
|
||||
wasm-bindgen-futures = "0.4.37"
|
||||
ws_stream_wasm = "0.7.4"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
tokio = { version = "1.29.1", default-features = false, features = ["macros", "io-util", "io-std", "fs", "rt-multi-thread", "time"] }
|
||||
tokio = { version = "1.29.1", default-features = false, features = ["macros", "io-util", "io-std", "fs", "rt-multi-thread", "time", "sync"] }
|
||||
tokio-tungstenite = { version = "0.18.0", optional = true }
|
||||
uuid = { version = "1.4.0", features = ["serde", "v4", "v7"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue