Skip to content

Commit

Permalink
Change to <bin-name>
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed May 9, 2023
1 parent a3fb1a5 commit 0350e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/unstable.md
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ Artifact-dependencies adds the following keys to a dependency declaration in `Ca
This field allows specifying which target will be built, and made available as a binary at build time:

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

Expand Down

0 comments on commit 0350e79

Please sign in to comment.