Skip to content

Commit

Permalink
build: Update rust version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Dec 5, 2024
1 parent e0e8124 commit b2ce693
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 180 deletions.
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.75.0
toolchain: 1.77.0
target: wasm32-unknown-unknown
profile: minimal
override: true
Expand Down
96 changes: 48 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b2ce693

Please sign in to comment.