Skip to content

Commit

Permalink
update oldest rust to 1.56.1
Browse files Browse the repository at this point in the history
cargo test passes.
  • Loading branch information
dancerj committed Jan 14, 2023
1 parent 483d851 commit 8f8b1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [1.39.0, stable, beta, nightly]
rust: [1.56.1, stable, beta, nightly]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 8f8b1cc

Please sign in to comment.