Skip to content

Commit

Permalink
sync rust toolchain to build infra
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Jan 12, 2025
1 parent 4623c62 commit f7bbf4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Rust toolchain
uses: artichoke/setup-rust/build-and-test@v1.12.1
with:
toolchain: "1.72.1"
toolchain: "1.84.0"
target: "wasm32-unknown-emscripten"

- name: Compile
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install Rust toolchain
uses: artichoke/setup-rust/build-and-test@v1.12.1
with:
toolchain: "1.72.1"
toolchain: "1.84.0"
target: "wasm32-unknown-emscripten"

- name: Install Ruby toolchain
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Install Rust toolchain
uses: artichoke/setup-rust/lint-and-format@v1.12.1
with:
toolchain: "1.72.1"
toolchain: "1.84.0"

- name: Install emscripten target
run: rustup target add wasm32-unknown-emscripten
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Rust toolchain
uses: artichoke/setup-rust/build-and-test@v1.12.1
with:
toolchain: "1.72.1"
toolchain: "1.84.0"
target: "wasm32-unknown-emscripten"

- name: Install Ruby toolchain
Expand Down

0 comments on commit f7bbf4d

Please sign in to comment.