We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94b7cb4 + c976f2d commit 179d3b0Copy full SHA for 179d3b0
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install Rust
36
uses: dtolnay/rust-toolchain@stable
37
with:
38
- toolchain: 1.84
+ toolchain: 1.90
39
40
- name: Install dependencies
41
run: |
@@ -44,6 +44,11 @@ jobs:
44
45
- name: lint code
46
run: cargo fmt --all -- --check
47
+
48
+ - name: Audit dependencies
49
+ run: |
50
+ cargo install cargo-audit --locked
51
+ cargo audit
52
53
- name: Run Clippy
54
run: cargo clippy --all -- -D warnings
@@ -72,7 +77,7 @@ jobs:
72
77
73
78
74
79
75
80
76
81
targets: ${{ matrix.config.target }}
82
- name: Install Spin
83
uses: rajatjindal/setup-actions/spin@main
0 commit comments