Skip to content

Commit

Permalink
try minimal msrv bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Apr 14, 2020
1 parent 2fcf0fc commit d9e4961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- crossbeam-skiplist
- crossbeam-utils
rust:
- 1.29.0
- 1.30.0
- nightly
steps:
- uses: actions/checkout@master
Expand All @@ -38,7 +38,7 @@ jobs:
rustup target add thumbv6m-none-eabi
# cfg-if 0.1.10 requires Rust 1.31+ so downgrade it.
- name: Downgrade dependencies
if: matrix.rust == '1.29.0'
if: matrix.rust == '1.30.0'
run: |
cargo generate-lockfile
cargo update -p cfg-if --precise 0.1.9
Expand Down

0 comments on commit d9e4961

Please sign in to comment.