Skip to content

Commit

Permalink
feat: Support stable Rust (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc authored Jan 6, 2025
1 parent 070c569 commit 49b627d
Show file tree
Hide file tree
Showing 26 changed files with 219 additions and 842 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-08-01
toolchain: stable
components: rustfmt, clippy

- uses: actions/setup-node@v3
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-08-01
toolchain: stable

- name: Build Code
run: make all
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-08-01
toolchain: stable
- name: Setup Pages
uses: actions/configure-pages@v3

Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:
path: 'target/doc'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-08-01
toolchain: stable
- name: Install target
run: rustup target add ${{ matrix.arch }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly-2024-08-01
toolchain: stable

- name: Install cargo-nextest
run: cargo install cargo-nextest
Expand Down
Loading

0 comments on commit 49b627d

Please sign in to comment.