Skip to content

Commit

Permalink
Merge pull request #241 from CoinFabrik/cli-improvements
Browse files Browse the repository at this point in the history
Cli improvements
  • Loading branch information
faculerena authored Mar 20, 2024
2 parents 2e41baa + 1c346a5 commit 5e4da78
Show file tree
Hide file tree
Showing 105 changed files with 6,008 additions and 14,429 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/general-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
- name: Update Rust
run: rustup update

- name: Install Rust nightly-2023-09-29
run: rustup install nightly-2023-09-29 --profile minimal
- name: Install Rust nightly-2023-12-16
run: rustup install nightly-2023-12-16 --profile minimal

- name: Install Clippy nightly-2023-09-29
run: rustup component add clippy --toolchain nightly-2023-09-29
- name: Install Clippy nightly-2023-12-16
run: rustup component add clippy --toolchain nightly-2023-12-16

- name: Install dylint-link
run: cargo install dylint-link
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
detectors/Cargo.lock
key: ${{ runner.os }}-cargo-scout-dependencies-${{ github.run_id }}

- name: Install Rust nightly-2023-09-29
run: rustup install nightly-2023-09-29 --profile minimal
- name: Install Rust nightly-2023-12-16
run: rustup install nightly-2023-12-16 --profile minimal

- name: Install dylint-link
run: cargo install dylint-link
Expand Down
Loading

0 comments on commit 5e4da78

Please sign in to comment.