Skip to content

Commit

Permalink
1 year
Browse files Browse the repository at this point in the history
  • Loading branch information
koba-e964 committed Dec 12, 2024
1 parent 9c0d660 commit 3e53701
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
runs-on: ubuntu-latest
# https://doc.rust-lang.org/cargo/guide/continuous-integration.html
strategy:
fail-fast: false
matrix:
toolchain:
- stable
- '1.66.1' # 2023-01-10, meant to be about 2 years ago
- '1.74.1' # 2023-12-07, meant to be about 1 year ago
- beta
- nightly
steps:
Expand All @@ -30,6 +31,7 @@ jobs:
run: cargo --version
- name: Install tools
run: |
rustup component add clippy rustfmt
cargo install cargo-expand
cargo install cargo-bloat
- name: Build
Expand Down

0 comments on commit 3e53701

Please sign in to comment.