Skip to content

Commit

Permalink
Bump to 0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bholley committed Feb 1, 2024
1 parent 79d7359 commit 5bd6700
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-vet"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
authors = ["Bobby Holley <bobbyholley@gmail.com>"]
license = "Apache-2.0/MIT"
Expand Down
3 changes: 1 addition & 2 deletions tests/snapshots/test_cli__long-help.snap
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
source: tests/test-cli.rs
assertion_line: 104
expression: format_outputs(&output)
---
stdout:
cargo-vet 0.9.0
cargo-vet 0.9.1
Supply-chain security for Rust

When run without a subcommand, `cargo vet` will invoke the `check` subcommand. See `cargo vet help
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshots/test_cli__markdown-help.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ stdout:

> This manual can be regenerated with `cargo vet help-markdown`

Version: `cargo-vet 0.9.0`
Version: `cargo-vet 0.9.1`

Supply-chain security for Rust

Expand Down
3 changes: 1 addition & 2 deletions tests/snapshots/test_cli__short-help.snap
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
source: tests/test-cli.rs
assertion_line: 119
expression: format_outputs(&output)
---
stdout:
cargo-vet 0.9.0
cargo-vet 0.9.1
Supply-chain security for Rust

USAGE:
Expand Down

0 comments on commit 5bd6700

Please sign in to comment.