Skip to content

Commit

Permalink
chore: commit Cargo.lock changes (#6)
Browse files Browse the repository at this point in the history
Also add a new CI command to make sure it doesn't happen again.
  • Loading branch information
vmx authored Mar 26, 2024
1 parent 258c04d commit ae24724
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ jobs:

- name: Test with default features
run: cargo test --all-features

- name: Make sure the lockfile is up-to-date
run: cargo build --locked
8 changes: 4 additions & 4 deletions Cargo.lock

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

0 comments on commit ae24724

Please sign in to comment.