Skip to content

Commit 6cb31a2

Browse files
committed
cargo: run cargo fmt on config file
1 parent bd34805 commit 6cb31a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ members = [
99
"c1minimal",
1010
"ledmatrix",
1111
"fl16-inputmodules",
12-
"inputmodule-control"
12+
"inputmodule-control",
1313
]
1414
# Don't build all of them by default.
1515
# Because that'll lead to all features enabled in `fl16-inputmodules` and it
1616
# doesn't currently support building with all features enabled at the same
1717
# time.
1818
# Can't add `inputmodule-control` because it must be built with the host system
1919
# target. But we set the default target to thumbv6m-none-eabi
20-
default-members = [
21-
"fl16-inputmodules",
22-
]
20+
default-members = ["fl16-inputmodules"]
2321

2422
#[patch.'https://github.com/rp-rs/rp-hal.git']
2523
#rp2040-hal = { path = "./rp2040-hal" }

0 commit comments

Comments
 (0)