Skip to content

Commit ac2b150

Browse files
committed
Cargo.toml: split feature into many lines
For readability and better diffs.
1 parent bde1a9c commit ac2b150

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/rust/bitbox02-rust-c/Cargo.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,16 @@ platform-bitbox02 = []
7373
platform-bitbox02plus = ["util/sha2", "bitbox02-noise", "bitbox02-rust"]
7474

7575
bootloader = []
76-
firmware = ["bitbox02-rust", "bitbox02-rust/firmware", "bitbox02", "bitbox02-noise", "util/sha2", "util/firmware", "der", "bitbox-aes"]
76+
firmware = [
77+
"bitbox02-rust",
78+
"bitbox02-rust/firmware",
79+
"bitbox02",
80+
"bitbox02-noise",
81+
"util/sha2",
82+
"util/firmware",
83+
"der",
84+
"bitbox-aes",
85+
]
7786

7887
# Only to be enabled in Rust unit tests.
7988
testing = ["bitbox02-rust/testing", "bitbox02/testing"]

0 commit comments

Comments
 (0)