Skip to content

Commit

Permalink
lock the version of rustc in 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AuYang261 committed Oct 12, 2023
1 parent c55c30c commit 70f062c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build CI
on: [push, pull_request]

env:
rust-toolchain: nightly
rust-toolchain: 1.74.0-nightly

jobs:
clippy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build & Deploy docs
on: [push, pull_request]

env:
rust-toolchain: nightly
rust-toolchain: 1.74.0-nightly

jobs:
doc:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
qemu-version: 7.1.0
rust-toolchain: nightly
rust-toolchain: 1.74.0-nightly

jobs:
unit-test:
Expand Down

0 comments on commit 70f062c

Please sign in to comment.