Skip to content

Commit c261271

Browse files
authored
Update dependencies and MSRV (#95)
Pull in the latest wasm-tools and accordingly update the MSRV to 1.85.
1 parent c9e38b9 commit c261271

3 files changed

Lines changed: 263 additions & 106 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
submodules: true
102102
- name: Install Rust (rustup)
103-
run: rustup update 1.82.0 --no-self-update && rustup default 1.82.0
103+
run: rustup update 1.85.0 --no-self-update && rustup default 1.85.0
104104
- run: cargo build
105105

106106
rustfmt:

0 commit comments

Comments
 (0)