@@ -121,7 +121,7 @@ and set the binary name to be different from the package. \
121121 This can be done by setting the binary filename to `src/bin/foo.rs.rs` \
122122 or change the name in Cargo.toml with:
123123
124- [bin]
124+ [[ bin] ]
125125 name = \" foo.rs\"
126126 path = \" src/main.rs\"
127127
@@ -143,7 +143,7 @@ and set the binary name to be different from the package. \
143143 This can be done by setting the binary filename to `src/bin/test.rs` \
144144 or change the name in Cargo.toml with:
145145
146- [bin]
146+ [[ bin] ]
147147 name = \" test\"
148148 path = \" src/main.rs\"
149149
@@ -188,7 +188,7 @@ and set the binary name to be different from the package. \
188188 This can be done by setting the binary filename to `src/bin/pub.rs` \
189189 or change the name in Cargo.toml with:
190190
191- [bin]
191+ [[ bin] ]
192192 name = \" pub\"
193193 path = \" src/main.rs\"
194194
@@ -210,7 +210,7 @@ and set the binary name to be different from the package. \
210210 This can be done by setting the binary filename to `src/bin/core.rs` \
211211 or change the name in Cargo.toml with:
212212
213- [bin]
213+ [[ bin] ]
214214 name = \" core\"
215215 path = \" src/main.rs\"
216216
@@ -322,7 +322,7 @@ and set the binary name to be different from the package. \
322322 This can be done by setting the binary filename to `src/bin/10-invalid.rs` \
323323 or change the name in Cargo.toml with:
324324
325- [bin]
325+ [[ bin] ]
326326 name = \" 10-invalid\"
327327 path = \" src/main.rs\"
328328
@@ -443,7 +443,7 @@ and set the binary name to be different from the package. \
443443 This can be done by setting the binary filename to `src/bin/ⒶⒷⒸ.rs` \
444444 or change the name in Cargo.toml with:
445445
446- [bin]
446+ [[ bin] ]
447447 name = \" ⒶⒷⒸ\"
448448 path = \" src/main.rs\"
449449
@@ -463,7 +463,7 @@ and set the binary name to be different from the package. \
463463 This can be done by setting the binary filename to `src/bin/a¼.rs` \
464464 or change the name in Cargo.toml with:
465465
466- [bin]
466+ [[ bin] ]
467467 name = \" a¼\"
468468 path = \" src/main.rs\"
469469
0 commit comments