We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703e965 commit 99ce941Copy full SHA for 99ce941
crates/matrix-sdk-crypto/Cargo.toml
@@ -30,7 +30,7 @@ base64 = "0.13.0"
30
bs58 = "0.4.0"
31
byteorder = "1.4.3"
32
dashmap = "4.0.2"
33
-futures-util = { version = "0.3.15", default-features = false }
+futures-util = { version = "0.3.15", default-features = false, features = ["alloc"] }
34
getrandom = "0.2.3"
35
hmac = "0.11.0"
36
matrix-qrcode = { version = "0.2.0", path = "../matrix-qrcode", optional = true }
0 commit comments