File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1224,7 +1224,7 @@ fn workspace_metadata_with_dependencies_no_deps() {
1224
1224
name = "bar"
1225
1225
version = "0.5.0"
1226
1226
authors = ["wycats@example.com"]
1227
-
1227
+
1228
1228
[dependencies]
1229
1229
baz = { path = "../baz/" }
1230
1230
artifact = { path = "../artifact/", artifact = "bin" }
@@ -1474,13 +1474,13 @@ fn workspace_metadata_with_dependencies_and_resolve() {
1474
1474
name = "artifact"
1475
1475
version = "0.5.0"
1476
1476
authors = []
1477
-
1477
+
1478
1478
[lib]
1479
1479
crate-type = ["staticlib", "cdylib", "rlib"]
1480
-
1480
+
1481
1481
[[bin]]
1482
1482
name = "bar-name"
1483
-
1483
+
1484
1484
[[bin]]
1485
1485
name = "baz-name"
1486
1486
"# ,
@@ -1494,10 +1494,10 @@ fn workspace_metadata_with_dependencies_and_resolve() {
1494
1494
name = "bin-only-artifact"
1495
1495
version = "0.5.0"
1496
1496
authors = []
1497
-
1497
+
1498
1498
[[bin]]
1499
1499
name = "a-name"
1500
-
1500
+
1501
1501
[[bin]]
1502
1502
name = "b-name"
1503
1503
"# ,
@@ -4343,7 +4343,7 @@ fn workspace_metadata_with_dependencies_no_deps_artifact() {
4343
4343
name = "bar"
4344
4344
version = "0.5.0"
4345
4345
authors = ["wycats@example.com"]
4346
-
4346
+
4347
4347
[dependencies]
4348
4348
baz = { path = "../baz/" }
4349
4349
baz-renamed = { path = "../baz/" }
You can’t perform that action at this time.
0 commit comments