Skip to content

Commit 179d3b0

Browse files
authored
Merge pull request #28 from karthik2804/bump_deps
2 parents 94b7cb4 + c976f2d commit 179d3b0

File tree

3 files changed

+2083
-2458
lines changed

3 files changed

+2083
-2458
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Rust
3636
uses: dtolnay/rust-toolchain@stable
3737
with:
38-
toolchain: 1.84
38+
toolchain: 1.90
3939

4040
- name: Install dependencies
4141
run: |
@@ -44,6 +44,11 @@ jobs:
4444
4545
- name: lint code
4646
run: cargo fmt --all -- --check
47+
48+
- name: Audit dependencies
49+
run: |
50+
cargo install cargo-audit --locked
51+
cargo audit
4752
4853
- name: Run Clippy
4954
run: cargo clippy --all -- -D warnings
@@ -72,7 +77,7 @@ jobs:
7277
- name: Install Rust
7378
uses: dtolnay/rust-toolchain@stable
7479
with:
75-
toolchain: 1.84
80+
toolchain: 1.90
7681
targets: ${{ matrix.config.target }}
7782
- name: Install Spin
7883
uses: rajatjindal/setup-actions/spin@main

0 commit comments

Comments
 (0)