Skip to content

Commit

Permalink
Bump cargo-vet to 0.3.1 (#5579)
Browse files Browse the repository at this point in the history
This relaxes import parsing to ensure that adoption of the next major release by other projects doesn't break imports for this project. See mozilla/cargo-vet#360 (comment)
  • Loading branch information
bholley authored Jan 17, 2023
1 parent e4dc9c7 commit 72a74ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Cargo vet
runs-on: ubuntu-latest
env:
CARGO_VET_VERSION: 0.3.0
CARGO_VET_VERSION: 0.3.1
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 72a74ef

Please sign in to comment.