Skip to content

Commit

Permalink
Update MSRV to 1.54.0
Browse files Browse the repository at this point in the history
Closes #740
  • Loading branch information
messense authored and emilio committed Mar 25, 2022
1 parent 2f1202e commit d4e508d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cbindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.40.0
toolchain: 1.54.0

- name: Build with minimum supported Rust version
run: |
cargo +1.40.0 test nonexistent-test --verbose
cargo +1.54.0 test nonexistent-test --verbose
build:

Expand Down
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 d4e508d

Please sign in to comment.