Skip to content

Commit 99ce941

Browse files
committed
Fix futures-util dependency
Turn on alloc feature that is required for `future::join_all`.
1 parent 703e965 commit 99ce941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ base64 = "0.13.0"
3030
bs58 = "0.4.0"
3131
byteorder = "1.4.3"
3232
dashmap = "4.0.2"
33-
futures-util = { version = "0.3.15", default-features = false }
33+
futures-util = { version = "0.3.15", default-features = false, features = ["alloc"] }
3434
getrandom = "0.2.3"
3535
hmac = "0.11.0"
3636
matrix-qrcode = { version = "0.2.0", path = "../matrix-qrcode", optional = true }

0 commit comments

Comments
 (0)