Skip to content

Commit

Permalink
cargo-deny@0.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AndWeHaveAPlan authored Oct 2, 2024
1 parent 1f44892 commit a128614
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:

env:
CARGO_INCREMENTAL: 0
RUST_TOOLCHAIN: "1.81.0"
RUST_TOOLCHAIN_NIGHTLY: "nightly-2024-09-11"
RUST_TOOLCHAIN: "1.70.0"
RUST_TOOLCHAIN_NIGHTLY: "nightly-2023-05-23"


jobs:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Deny
run: |
cargo install cargo-deny
cargo install cargo-deny@0.13.9
cargo deny check --hide-inclusion-graph -c scripts/ci/deny.toml
mkdir -p ./artifacts
echo "___Complete logs can be found in the artifacts___"
Expand Down

0 comments on commit a128614

Please sign in to comment.