Skip to content

Commit

Permalink
downgrade to rust 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lohann committed Jan 30, 2025
1 parent 7d2e152 commit b28160d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.84.0
toolchain: 1.81.0
components: rustfmt, clippy

- name: Install dprint
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.84.0
toolchain: 1.81.0
components: clippy
target: x86_64-unknown-linux-musl
override: true
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.84.0
toolchain: 1.81.0
components: clippy
target: wasm32-unknown-unknown
override: true
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.84.0"
channel = "1.81.0"
components = ["rust-src", "rust-analyzer", "clippy"]
targets = ["wasm32-unknown-unknown"]
2 changes: 1 addition & 1 deletion scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ rustc_version="$(rustc --version)"
rustc_version="$(awk '{print $2}' <<< "${rustc_version}")"
checkSemver 'rustc' \
"${rustc_version}" \
'1.84.0' \
'1.81.0' \
"upgrade rustc with command: ${warn_color}rustup update stable${reset_color}"

# Check `cargo-deny` version
Expand Down

0 comments on commit b28160d

Please sign in to comment.