Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelJastrzebski committed Mar 16, 2024
2 parents 80a129b + 1eb904a commit 5e85673
Show file tree
Hide file tree
Showing 29 changed files with 572 additions and 525 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
profile: minimal
override: true
- name: Install wasm-pack
uses: baptiste0928/cargo-install@v3.0.0
uses: baptiste0928/cargo-install@v3.0.1
with:
crate: wasm-pack
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
key: tarpaulin
- name: Install cargo-tarpaulin
uses: baptiste0928/cargo-install@v3.0.0
uses: baptiste0928/cargo-install@v3.0.1
with:
crate: cargo-tarpaulin
- name: Run tarpaulin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
node_modules
key: ${{ runner.os }}-npm-build-target-${{ hashFiles('**/package-lock.json') }}
- name: Install wasm-pack
uses: baptiste0928/cargo-install@v3.0.0
uses: baptiste0928/cargo-install@v3.0.1
with:
crate: wasm-pack
- uses: actions/setup-node@v4
Expand Down
214 changes: 214 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit 5e85673

Please sign in to comment.