Skip to content

Update itertools requirement from 0.10.0 to 0.14.0 #605

Update itertools requirement from 0.10.0 to 0.14.0

Update itertools requirement from 0.10.0 to 0.14.0 #605

Workflow file for this run

name: WASM Target
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install WASM tool chain
run: rustup target add wasm32-unknown-unknown
- name: Check WASM Target Compiles
run: cargo build --verbose --target=wasm32-unknown-unknown