ci: Unpin nightly version
This commit is contained in:
parent
30c5326c20
commit
57083ef3f8
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -50,9 +50,7 @@ jobs:
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
# FIXME: Remove pinning when clippy lint with clap issue is solved
|
||||
# See https://github.com/clap-rs/clap/issues/4733
|
||||
toolchain: nightly-2023-02-25
|
||||
toolchain: nightly
|
||||
override: true
|
||||
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
@ -210,9 +208,7 @@ jobs:
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
# FIXME: Remove pinning when clippy lint with clap issue is solved
|
||||
# See https://github.com/clap-rs/clap/issues/4733
|
||||
toolchain: nightly-2023-02-25
|
||||
toolchain: nightly
|
||||
override: true
|
||||
components: ${{ matrix.components }}
|
||||
|
||||
|
@ -10,9 +10,7 @@ mod spec_links;
|
||||
use spec_links::check_spec_links;
|
||||
|
||||
const MSRV: &str = "1.64";
|
||||
// FIXME: Remove pinning when clippy lint with clap issue is solved
|
||||
// See https://github.com/clap-rs/clap/issues/4733
|
||||
const NIGHTLY: &str = "nightly-2023-02-25";
|
||||
const NIGHTLY: &str = "nightly";
|
||||
|
||||
#[derive(Args)]
|
||||
pub struct CiArgs {
|
||||
|
Loading…
x
Reference in New Issue
Block a user