Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-e-s-o committed Oct 7, 2024
1 parent 6715676 commit 4091413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
# Please adjust README file when bumping version.
toolchain: 1.47
toolchain: 1.56
- name: Build
run: |
cargo build --locked --workspace
cargo build --locked --workspace --release
run: cargo build --bins --locked --ignore-rust-version

clippy:
name: Lint with clippy
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[package]
name = "nitrocli"
version = "0.4.1"
edition = "2018"
edition = "2021"
authors = ["Daniel Mueller <[email protected]>"]
license = "GPL-3.0-or-later"
homepage = "https://github.com/d-e-s-o/nitrocli"
Expand Down

0 comments on commit 4091413

Please sign in to comment.