We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e88cf8 commit 83788afCopy full SHA for 83788af
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
matrix:
44
toolchain:
45
# Oldest supported nightly
46
- - nightly-2024-03-10
+ - nightly-2024-09-01
47
- nightly
48
49
continue-on-error: ${{ matrix.toolchain == 'nightly' }}
src/command.rs
@@ -363,6 +363,7 @@ impl CargoCmd {
363
Self::Build(cmd) => Some(cmd),
364
Self::Run(cmd) => Some(cmd),
365
Self::Test(cmd) => Some(cmd),
366
+ Self::New(cmd) => Some(cmd),
367
_ => None,
368
}
369
0 commit comments