-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,20 +67,19 @@ jobs: | |
command: fmt | ||
args: --all -- --check | ||
|
||
# Enable this once x25519-dalek has another 2.0-pre.X release | ||
#msrv: | ||
# name: Current MSRV is 1.65.0 | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# # First run `cargo +nightly -Z minimal-verisons check` in order to get a | ||
# # Cargo.lock with the oldest possible deps | ||
# - uses: dtolnay/rust-toolchain@nightly | ||
# - run: cargo -Z minimal-versions check --all-features | ||
# # Now check that `cargo build` works with respect to the oldest possible | ||
# # deps and the stated MSRV | ||
# - uses: dtolnay/[email protected] | ||
# - run: cargo build --all-features | ||
msrv: | ||
name: Current MSRV is 1.63.0 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
# First run `cargo +nightly -Z minimal-verisons check` in order to get a | ||
# Cargo.lock with the oldest possible deps | ||
- uses: dtolnay/rust-toolchain@nightly | ||
- run: cargo -Z minimal-versions check --all-features | ||
# Now check that `cargo build` works with respect to the oldest possible | ||
# deps and the stated MSRV | ||
- uses: dtolnay/[email protected] | ||
- run: cargo build --all-features | ||
|
||
clippy: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters