Skip to content

Commit 1abc301

Browse files
committed
Fix the build by upgrading cargo-deny
1 parent 86685d0 commit 1abc301

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/rust.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
19-
- name: Build
20-
run: cargo build --verbose
21-
- name: Run tests
22-
run: cargo test --verbose
23-
- name: cargo-deny
24-
uses: EmbarkStudios/cargo-deny-action@v1
18+
- uses: actions/checkout@v3
19+
- name: Build
20+
run: cargo build --verbose
21+
- name: Run tests
22+
run: cargo test --verbose
23+
- name: cargo-deny
24+
uses: EmbarkStudios/cargo-deny-action@v2

0 commit comments

Comments
 (0)