Skip to content

Commit

Permalink
bump msrv for tests to pass
Browse files Browse the repository at this point in the history
cargo doesn't think of taking old arbitrary versions and otherwise fails with
error: package `arbitrary v1.2.3` cannot be built because it requires rustc 1.63.0 or newer, while the currently active rustc version is 1.57.0
  • Loading branch information
Ekleog committed Jan 28, 2023
1 parent c0283d6 commit 6d55ef6
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.57.0, stable, beta, nightly]
rust: [1.63.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.57.0
1.63.0

0 comments on commit 6d55ef6

Please sign in to comment.