Skip to content

Commit

Permalink
build: Update rust toolchain to 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Dec 9, 2024
1 parent 6310639 commit 739035c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.77.0
toolchain: 1.78.0
target: wasm32-unknown-unknown
profile: minimal
override: true
Expand Down

0 comments on commit 739035c

Please sign in to comment.