Skip to content

Commit

Permalink
chore: bump msrv to fix incompatible child dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Aug 1, 2023
1 parent 37ea895 commit 03b4e35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
matrix:
include:
- target: x86_64-unknown-linux-gnu
rust: 1.65 # MSRV, `cargo msrv`
rust: 1.67 # MSRV, `cargo msrv`
- target: x86_64-unknown-linux-gnu
rust: stable
steps:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
matrix:
rust:
- 1.65 # MSRV, `cargo msrv`
- 1.67 # MSRV, `cargo msrv`
- stable
target:
- wasm32-unknown-unknown
Expand All @@ -106,7 +106,7 @@ jobs:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
override: true
- run: cargo install --version 0.11.1 wasm-pack
- run: cargo install wasm-pack
- run: wasm-pack test --node
working-directory: ferveo-wasm

Expand Down

0 comments on commit 03b4e35

Please sign in to comment.