Skip to content

Commit

Permalink
Bump rust-toolchain to the minimal version required by dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog committed Jul 18, 2022
1 parent 4b406c6 commit 31fcb3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [1.56.1, stable, beta, nightly]
rust: [1.57.0, stable, beta, nightly]
os: [ubuntu-latest, macOS-latest]
# TODO add honggfuzz back
test: [unit-tests, libfuzzer, afl, examples-tests]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.56.1
1.57.0

0 comments on commit 31fcb3d

Please sign in to comment.