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.
2 parents 757e4a2 + 257c4f7 commit debb871Copy full SHA for debb871
src/rust/bitbox02-rust/Cargo.toml
@@ -42,7 +42,7 @@ num-traits = { version = "0.2", default-features = false }
42
# If you change this, also change src/rust/.cargo/config.toml.
43
bip32-ed25519 = { git = "https://github.com/digitalbitbox/rust-bip32-ed25519", tag = "v0.1.2", optional = true }
44
bech32 = { version = "0.11.0", default-features = false, features = ["alloc"], optional = true }
45
-blake2 = { version = "0.10.6", default-features = false, optional = true }
+blake2 = { version = "0.10.6", default-features = false, features = ["size_opt"], optional = true }
46
minicbor = { version = "0.24.0", default-features = false, features = ["alloc"], optional = true }
47
crc = { version = "3.0.1", optional = true }
48
ed25519-dalek = { version = "2.0.0", default-features = false, features = ["hazmat"], optional = true }
0 commit comments