Skip to content

Commit

Permalink
Bump CI from Rust 1.40 to 1.46
Browse files Browse the repository at this point in the history
Bitflags 1.3.0/1.3.1 requires Rust 1.46 to compile, and that is dragged
in via the openssl package.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
  • Loading branch information
puiterwijk authored and petreeftime committed Aug 12, 2021
1 parent 8eee123 commit c38c8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.40.0, stable, nightly]
rust: [1.46.0, stable, nightly]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit c38c8ec

Please sign in to comment.