ci: Unpin nightly version

This commit is contained in:
Jonas Platte 2022-04-20 17:22:18 +02:00 committed by Jonas Platte
parent 4365a51e2a
commit 1e1ae328bb

View File

@ -10,7 +10,7 @@ mod spec_links;
use spec_links::check_spec_links;
const MSRV: &str = "1.55";
const NIGHTLY: &str = "nightly-2022-03-23";
const NIGHTLY: &str = "nightly";
#[derive(Args)]
pub struct CiArgs {