Skip to content

Commit 0350e79

Browse files
committed
Change to <bin-name>
1 parent a3fb1a5 commit 0350e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/unstable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ Artifact-dependencies adds the following keys to a dependency declaration in `Ca
795795
This field allows specifying which target will be built, and made available as a binary at build time:
796796

797797
* `"bin"` --- Compiled executable binaries, corresponding to all of the `[[bin]]` sections in the dependency's manifest.
798-
* `"bin:`*name*`"` --- Compiled executable binary, corresponding to a specific binary target specified by its name.
798+
* `"bin:<bin-name>"` --- Compiled executable binary, corresponding to a specific binary target specified by the given `<bin-name>`.
799799
* `"cdylib"` --- A C-compatible dynamic library, corresponding to a `[lib]` section with `crate-type = ["cdylib"]` in the dependency's manifest.
800800
* `"staticlib"` --- A C-compatible static library, corresponding to a `[lib]` section with `crate-type = ["staticlib"]` in the dependency's manifest.
801801

0 commit comments

Comments
 (0)