Skip to content

Commit f2f96ac

Browse files
authored
Merge pull request #67 from spinframework/chore/bump-deps
2 parents 308d2a9 + a3f9d72 commit f2f96ac

File tree

9 files changed

+948
-464
lines changed

9 files changed

+948
-464
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,18 @@ jobs:
1717
- name: Install Rust
1818
uses: actions-rs/toolchain@v1
1919
with:
20-
toolchain: 1.86
20+
toolchain: 1.88
2121
default: true
2222
components: clippy, rustfmt
2323

2424
- name: Install Wasm Rust target
2525
run: rustup target add wasm32-wasip1
2626

27+
- name: audit dependencies
28+
run: |
29+
cargo install cargo-audit --locked
30+
cargo audit
31+
2732
- name: Install cargo-component
2833
uses: baptiste0928/cargo-install@v3
2934
with:

0 commit comments

Comments
 (0)