Skip to content

Commit

Permalink
Merge pull request #636 from mystor/bump_0.10.0
Browse files Browse the repository at this point in the history
Bump to 0.10.0
  • Loading branch information
mystor authored Oct 3, 2024
2 parents b4761a9 + 0ff1504 commit c23b216
Show file tree
Hide file tree
Showing 7 changed files with 7 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.1"
version = "0.10.0"
edition = "2021"
authors = ["Bobby Holley <[email protected]>"]
license = "Apache-2.0/MIT"
Expand Down
2 changes: 1 addition & 1 deletion supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# cargo-vet config file

[cargo-vet]
version = "0.9"
version = "0.10"

[imports.bytecodealliance]
url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"
Expand Down
2 changes: 1 addition & 1 deletion tests/snapshots/test_cli__long-help.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source: tests/test-cli.rs
expression: format_outputs(&output)
---
stdout:
cargo-vet 0.9.1
cargo-vet 0.10.0
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.1`
Version: `cargo-vet 0.10.0`

Supply-chain security for Rust

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

USAGE:
Expand Down
2 changes: 1 addition & 1 deletion tests/test-project/supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# cargo-vet config file

[cargo-vet]
version = "0.9"
version = "0.10"

[policy."clap:3.1.8"]
dependency-criteria = { atty = "safe-to-run", bitflags = ["audited", "fuzzed"] }
Expand Down

0 comments on commit c23b216

Please sign in to comment.