Skip to content

Commit 6115371

Browse files
committed
build-sys: Split workspace members to multiple lines
To lessen the chance of future conflicts when changing things here. Signed-off-by: Colin Walters <[email protected]>
1 parent 2c1ba97 commit 6115371

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
[workspace]
2-
members = ["cli", "lib", "ostree-ext", "blockdev", "xtask", "tests-integration"]
2+
members = [
3+
"cli",
4+
"lib",
5+
"ostree-ext",
6+
"blockdev",
7+
"xtask",
8+
"tests-integration"
9+
]
310
resolver = "2"
411

512
[profile.dev]

0 commit comments

Comments
 (0)