cargo/crates
Ed Page db54c040ae fix(new): Print a 'Creating', rather than 'Created' status
This has bothered me about `cargo new` and `cargo init` for a while that
the output is read backwards, for example:
```diff
--- i/tests/testsuite/cargo_init/path_contains_separator/stderr.log
+++ w/tests/testsuite/cargo_init/path_contains_separator/stderr.log
@@ -1,3 +1,3 @@
+    Creating binary (application) package
 warning: the path `[ROOT]/case/test:ing/.` contains invalid PATH characters (usually `:`, `;`, or `"`)
 It is recommended to use a different name to avoid problems.
-     Created binary (application) package
```
2024-01-29 15:29:10 -06:00
..
cargo-platform chore: Make N-2 the default MSRV 2024-01-18 15:30:41 -06:00
cargo-test-macro Fix static_mut_ref warning. 2024-01-19 15:12:37 -08:00
cargo-test-support fix(new): Print a 'Creating', rather than 'Created' status 2024-01-29 15:29:10 -06:00
cargo-util doc: Replace version with latest for jobserver link 2024-01-29 15:22:57 +08:00
cargo-util-schemas chore: Make N-0 MSRVs explicit 2024-01-18 15:28:04 -06:00
crates-io chore: Make N-0 MSRVs explicit 2024-01-18 15:28:04 -06:00
home chore: Make N-2 the default MSRV 2024-01-18 15:30:41 -06:00
mdman chore: Remove rust-version from private packages 2024-01-18 15:24:25 -06:00
resolver-tests chore: Remove rust-version from private packages 2024-01-18 15:24:25 -06:00
rustfix chore: Make N-2 the default MSRV 2024-01-18 15:30:41 -06:00
semver-check chore: Remove rust-version from private packages 2024-01-18 15:24:25 -06:00
xtask-build-man chore: Remove rust-version from private packages 2024-01-18 15:24:25 -06:00
xtask-bump-check chore: Remove rust-version from private packages 2024-01-18 15:24:25 -06:00
xtask-stale-label chore: Remove rust-version from private packages 2024-01-18 15:24:25 -06:00