Skip to content

Commit

Permalink
Push back MSRV to where it was before
Browse files Browse the repository at this point in the history
  • Loading branch information
someguynamedjosh committed Aug 8, 2022
1 parent d19289b commit ec1a816
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,19 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set Rust version
run: rustup default 1.40.0
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

no-std-test:
- uses: actions/checkout@v2
- name: Set Rust version
run: rustup default 1.60.0
- name: Build
run: cargo build --verbose
- name: Check under no_std
run: |
# thumbv6m-none-eabi is a Tier 2 target which has no `std` and no atomic pointers.
Expand Down

0 comments on commit ec1a816

Please sign in to comment.