Skip to content

Update env_logger requirement from 0.10.0 to 0.11.2 #104

Update env_logger requirement from 0.10.0 to 0.11.2

Update env_logger requirement from 0.10.0 to 0.11.2 #104

Workflow file for this run

name: Build (WASM)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Build ['full-wasm' feature] on ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
matrix:
target:
- wasm32-wasi
- wasm32-unknown-unknown
steps:
- uses: actions/checkout@v4
- run: rustup target add ${{ matrix.target }}
- run: cargo build --verbose --target ${{ matrix.target }} --features full-wasm