fix: use different claim for wasi
Signed-off-by: Anton Whalley <anton@venshare.com>
This commit is contained in:
parent
38469b245d
commit
bc2593f226
|
@ -64,9 +64,15 @@ hostname = "^0.3"
|
|||
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
|
||||
web-sys = { version = "^0.3", features = ["Window", "Location"] }
|
||||
|
||||
[target."cfg(not(target_os = \"wasi\"))".dependencies]
|
||||
hyper = { version = "^0.14", optional = true }
|
||||
|
||||
[target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))'.dependencies]
|
||||
hyper_wasi = { version = "0.15", features = ["full"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
rstest = "0.6"
|
||||
claim = "0.3.1"
|
||||
claim = { git = "https://github.com/No9/rust-claim" }
|
||||
version-sync = "0.9.2"
|
||||
serde_yaml = "0.8"
|
||||
rmp-serde = "1"
|
||||
|
|
Loading…
Reference in New Issue