We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8603784 commit c2d239cCopy full SHA for c2d239c
1 file changed
.github/workflows/ci.yml
@@ -98,14 +98,18 @@ jobs:
98
name: cargo-deny
99
runs-on: ubuntu-24.04
100
steps:
101
- - uses: actions/checkout@v1
102
- - uses: EmbarkStudios/cargo-deny-action@v1
+ - uses: actions/checkout@v4
+ - uses: EmbarkStudios/cargo-deny-action@v2
103
with:
104
+ rust-version: "1.92.0"
105
+ log-level: error
106
command: check ${{ matrix.checks }}
107
108
109
110
manifest-path: demo-puffin/Cargo.toml
111
112
113
114
115
check-msrv:
0 commit comments