Skip to content

Commit

Permalink
Merge pull request #241 from str4d/more-dep-updates
Browse files Browse the repository at this point in the history
More dependency updates
  • Loading branch information
str4d authored Aug 7, 2021
2 parents 7d120f2 + d5bb028 commit 0f5d321
Show file tree
Hide file tree
Showing 20 changed files with 464 additions and 306 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.49.0
toolchain: 1.51.0
override: true

# Ensure all code has been formatted with rustfmt
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.49.0
toolchain: 1.51.0
override: true
- name: cargo fetch
uses: actions-rs/cargo@v1
Expand All @@ -62,14 +62,13 @@ jobs:
strategy:
matrix:
target:
- wasm32-unknown-unknown
- wasm32-wasi

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.49.0
toolchain: 1.51.0
override: true
- name: Add target
run: rustup target add ${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.49.0
toolchain: 1.51.0
override: true
- name: cargo build
run: cargo build --release --features unstable
Expand Down
Loading

0 comments on commit 0f5d321

Please sign in to comment.