Skip to content

Commit

Permalink
Bump MSRV to 1.71.0 (#531)
Browse files Browse the repository at this point in the history
* bump msrv, add cargo lock.

* update CI
  • Loading branch information
molpopgen committed Aug 20, 2023
1 parent 347026e commit 677f651
Show file tree
Hide file tree
Showing 5 changed files with 1,010 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [ubuntu-latest]
rust:
- stable
- 1.60.0
- 1.71.0
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
rust:
- stable
- 1.60.0
- 1.71.0
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:
rust:
- stable
- 1.60.0
- 1.71.0
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@v1
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/target
Cargo.lock
auto_bindings.rs
Loading

0 comments on commit 677f651

Please sign in to comment.