Skip to content

Commit

Permalink
Lock tracing-wasm version to 0.2.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbat00 committed Nov 27, 2021
1 parent 94f1d2e commit 35670de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ jobs:
restore-keys: |
cache-wasm32-cargo-${{ hashFiles('**/Cargo.toml') }}
cache-wasm32-cargo
- uses: actions-rs/cargo@v1
with:
command: update
args: -p tracing-wasm --precise 0.2.0
- uses: actions-rs/cargo@v1
with:
command: clippy
Expand Down

0 comments on commit 35670de

Please sign in to comment.