Skip to content

Commit

Permalink
Update rust to 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Jul 4, 2024
1 parent a5a1228 commit 0af8403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install_toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.74
toolchain: 1.79
override: true
target: wasm32-unknown-unknown
components: rustfmt
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.74"
channel = "1.79"
components = [ "rustfmt" ]
targets = [ "wasm32-unknown-unknown", "wasm32-wasi", "x86_64-unknown-linux-musl" ]
profile = "minimal"
Expand Down

0 comments on commit 0af8403

Please sign in to comment.