Skip to content

Commit 8263841

Browse files
committed
Fix nostd build with updated deps
1 parent 9a171e1 commit 8263841

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rand_core = { version = "0.6", default-features = false }
3030
rand_hash = { version = "0.1" }
3131
rand_dev = "0.1"
3232

33-
futures = "0.3"
33+
futures = { version = "0.3", default-features = false }
3434

3535
anyhow = "1"
3636
thiserror = "1"

wasm/no_std/Cargo.lock

+31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)