Skip to content

Commit

Permalink
Minimum version 1.60 (#24)
Browse files Browse the repository at this point in the history
* Minimum version 1.60

* Updating Cargo.lock
  • Loading branch information
castelao authored Dec 23, 2022
1 parent 36c9140 commit 988ca4d
Show file tree
Hide file tree
Showing 5 changed files with 460 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ jobs:
- uses: actions/checkout@v2

- name: check if README matches MSRV defined here
run: grep '1.64.0' README.md
run: grep '1.60.0' README.md

- uses: actions-rs/toolchain@v1
with:
toolchain: 1.64.0
toolchain: 1.60.0
override: true

- name: Check if it builds
Expand Down
Loading

0 comments on commit 988ca4d

Please sign in to comment.