Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: d-e-s-o/nitrocli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4083beffc1e5a42ad86d54691ccd243e400f0fd4
Choose a base ref
..
head repository: d-e-s-o/nitrocli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4dcc1aa196b4927c755d0d8cad02bf6d514970f0
Choose a head ref
Showing with 3 additions and 19 deletions.
  1. +1 −17 .github/workflows/test.yml
  2. +2 −2 Cargo.lock
18 changes: 1 addition & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [stable, beta, nightly]
rust: [1.47.0, stable, beta, nightly]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
@@ -40,22 +40,6 @@ jobs:
- run: cargo build --workspace --bins --tests --verbose --release
- run: cargo test --workspace --verbose

build-minimum:
name: Build using minimum versions of dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install libhidapi-dev
- name: Install minimum Rust
uses: dtolnay/rust-toolchain@master
with:
# Please adjust README file when bumping version.
toolchain: 1.47
- name: Build
run: |
cargo build --locked --workspace
cargo build --locked --workspace --release
clippy:
name: Lint with clippy
runs-on: ubuntu-latest
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.