Skip to content

Commit

Permalink
drop rust-toolchain.toml and use rust-version input for cargo-deny
Browse files Browse the repository at this point in the history
as suggested by cargo-deny-action maintainer at
EmbarkStudios/cargo-deny-action#86 (comment)
  • Loading branch information
GlenDC committed Jan 11, 2025
1 parent cf86089 commit b9befd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2
env:
RUST_TOOLCHAIN: ${{env.RUST_TOOLCHAIN_MSRV}}
with:
rust-version: ${{env.RUST_TOOLCHAIN_MSRV}}

cargo-fuzz-ua:
needs: [check, check-msrv, check-all-features]
Expand Down
2 changes: 0 additions & 2 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit b9befd3

Please sign in to comment.