Skip to content

Commit

Permalink
Changed rust version to v1.70.0 and dependencies (#216)
Browse files Browse the repository at this point in the history
* Bump rust version

* Bump all dependencies

* Bump rust version

* Bump lockfile

* Bump rust version to v1.70.0 for clap

* Bump rust version for CI

---------

Co-authored-by: Christopher Field <[email protected]>
  • Loading branch information
volks73 and Christopher Field authored Sep 5, 2023
1 parent dec0815 commit 4837d94
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 108 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: CI
on: [ push, pull_request ]
on: [push, pull_request]
jobs:
test:
runs-on: windows-latest
strategy:
matrix:
rust: [stable, 1.64.0]
rust: [stable, 1.70.0]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down
Loading

0 comments on commit 4837d94

Please sign in to comment.