Skip to content

Commit

Permalink
Set rust version to 1.69
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed Jun 21, 2023
1 parent e0b24bd commit 96871d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.69
target: wasm32-unknown-unknown
profile: minimal
override: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.69
target: wasm32-unknown-unknown
profile: minimal
override: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install stable Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.69
target: wasm32-unknown-unknown
components: clippy
profile: minimal
Expand Down

0 comments on commit 96871d4

Please sign in to comment.