Skip to content

Commit 6b2438b

Browse files
authored
Update versioning.md
1 parent 0111bb9 commit 6b2438b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ A binary crate *should* define its public API as consisting of the command-line
1414
* Mark old commands or arguments deprecated, and possibly hide them from help text. Continue to preserve their behavior.
1515
* If the program persists data on disk, make it possible to do forward transitions but not backward ones. Add a *format version* to persisted data and increment it every time the data format changes. If an old version of the program reads a format version it does not understand, error out gracefully.
1616

17-
> Tip: If you're using GitHub Actions for CI, use the [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) action to install a binary from crates.io, using a cached version if possible. This action lets you specify a version range, which plays well with the binary versioning policy above.
17+
> Tip: If you're using GitHub Actions for CI, use the [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) action to install a binary from crates.io, using a cached version if possible. This action lets you specify a version range, which works well with the binary versioning policy above.

0 commit comments

Comments
 (0)