Skip to content

Commit 6e0ae79

Browse files
committed
fix security audit
1 parent 0313eea commit 6e0ae79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
steps:
7171
- uses: actions/checkout@v4
7272

73+
- name: Install rust
74+
uses: dtolnay/rust-toolchain@stable
75+
7376
- name: generate Cargo.lock
7477
run: cargo generate-lockfile
7578

0 commit comments

Comments
 (0)