fix(shell): Don't bold the colon after error/warn/note

This commit is contained in:
Ed Page 2025-09-05 09:40:24 -05:00
parent 7d6d673e23
commit eac1ad1cd3
136 changed files with 160 additions and 162 deletions

View File

@ -457,13 +457,11 @@ impl ShellOut {
style: &Style,
justified: bool,
) -> CargoResult<()> {
let bold = anstyle::Style::new() | anstyle::Effects::BOLD;
let mut buffer = Vec::new();
if justified {
write!(&mut buffer, "{style}{status:>12}{style:#}")?;
} else {
write!(&mut buffer, "{style}{status}{style:#}{bold}:{bold:#}")?;
write!(&mut buffer, "{style}{status}{style:#}:")?;
}
match message {
Some(message) => writeln!(buffer, " {message}")?,

View File

@ -22,7 +22,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `alternative` index</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> translating `linked_hash_map` to `linked-hash-map`</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan>: translating `linked_hash_map` to `linked-hash-map`</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> linked-hash-map v0.5.4 to dependencies</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> the crate `cbindgen` could not be found in registry index.</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: the crate `cbindgen` could not be found in registry index.</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 797 B

After

Width:  |  Height:  |  Size: 769 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> invalid character `+` in dependency name: `+nightly`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: invalid character `+` in dependency name: `+nightly`</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan> Use `cargo +nightly add` if you meant to use the `nightly` toolchain.</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 918 B

After

Width:  |  Height:  |  Size: 890 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> Use of `default_features` in `my-package` is unsupported, please switch to `default-features`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: Use of `default_features` in `my-package` is unsupported, please switch to `default-features`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 832 B

After

Width:  |  Height:  |  Size: 804 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> Deprecated dependency sections are unsupported: dev_dependencies, build_dependencies</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: Deprecated dependency sections are unsupported: dev_dependencies, build_dependencies</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 823 B

After

Width:  |  Height:  |  Size: 795 B

View File

@ -23,7 +23,7 @@
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> my-package v99999.0.0 to dependencies</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> aborting add due to dry run</tspan>
<tspan x="10px" y="64px"><tspan class="fg-yellow bold">warning</tspan><tspan>: aborting add due to dry run</tspan>
</tspan>
<tspan x="10px" y="82px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> package name cannot be empty</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: package name cannot be empty</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 767 B

After

Width:  |  Height:  |  Size: 739 B

View File

@ -23,7 +23,7 @@
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> my-package v0.1.0 to dependencies</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> unrecognized features for crate my-package: baz, feo</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan>: unrecognized features for crate my-package: baz, feo</tspan>
</tspan>
<tspan x="10px" y="82px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -23,7 +23,7 @@
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> my-package v0.1.0 to dependencies</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> unrecognized feature for crate my-package: none_existent</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan>: unrecognized feature for crate my-package: none_existent</tspan>
</tspan>
<tspan x="10px" y="82px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -23,7 +23,7 @@
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> my-package v0.1.0 to dependencies</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> unrecognized feature for crate my-package: baz</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan>: unrecognized feature for crate my-package: baz</tspan>
</tspan>
<tspan x="10px" y="82px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -23,7 +23,7 @@
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> your-face v99999.0.0 to dependencies</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> unrecognized features for crate your-face: eees100, eees101</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan>: unrecognized features for crate your-face: eees100, eees101</tspan>
</tspan>
<tspan x="10px" y="82px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -23,7 +23,7 @@
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> your-face v99999.0.0 to dependencies</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> unrecognized features for crate your-face: eees100, eees101</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan>: unrecognized features for crate your-face: eees100, eees101</tspan>
</tspan>
<tspan x="10px" y="82px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -23,7 +23,7 @@
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> your-face v99999.0.0 to dependencies</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> unrecognized feature for crate your-face: noze</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan>: unrecognized feature for crate your-face: noze</tspan>
</tspan>
<tspan x="10px" y="82px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -23,7 +23,7 @@
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> my-package v99999.0.0 to dependencies</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> unrecognized feature for crate my-package: noze</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan>: unrecognized feature for crate my-package: noze</tspan>
</tspan>
<tspan x="10px" y="82px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> cannot specify a git URL (`https://github.com/dcjanus/invalid`) with a version (`0.4.3`).</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: cannot specify a git URL (`https://github.com/dcjanus/invalid`) with a version (`0.4.3`).</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 828 B

After

Width:  |  Height:  |  Size: 800 B

View File

@ -1,4 +1,4 @@
<svg width="1003px" height="128px" xmlns="http://www.w3.org/2000/svg">
<svg width="1012px" height="128px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> git repository `[ROOTURL]/git-package`</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> multiple packages found at `[ROOTURL]/git-package`:</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: multiple packages found at `[ROOTURL]/git-package`:</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan> my-package1, my-package2, my-package3, my-package4, my-package5, my-package6</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,4 +1,4 @@
<svg width="894px" height="146px" xmlns="http://www.w3.org/2000/svg">
<svg width="902px" height="146px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -23,7 +23,7 @@
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> versioned-package (git) to dependencies</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> failed to parse manifest at `[ROOT]/case/Cargo.toml`</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan>: failed to parse manifest at `[ROOT]/case/Cargo.toml`</tspan>
</tspan>
<tspan x="10px" y="82px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,4 +1,4 @@
<svg width="1625px" height="74px" xmlns="http://www.w3.org/2000/svg">
<svg width="1642px" height="74px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> git repository `[ROOTURL]/git-package`</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> the crate `not-in-git@[ROOTURL]/git-package` could not be found at `[ROOTURL]/git-package`</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: the crate `not-in-git@[ROOTURL]/git-package` could not be found at `[ROOTURL]/git-package`</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 1018 B

After

Width:  |  Height:  |  Size: 990 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> cannot override workspace dependency with `--default-features`, either change `workspace.dependencies.foo.default-features` or define the dependency exclusively in the package's manifest</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: cannot override workspace dependency with `--default-features`, either change `workspace.dependencies.foo.default-features` or define the dependency exclusively in the package's manifest</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 898 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> cannot override workspace dependency with `--default-features`, either change `workspace.dependencies.foo.default-features` or define the dependency exclusively in the package's manifest</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: cannot override workspace dependency with `--default-features`, either change `workspace.dependencies.foo.default-features` or define the dependency exclusively in the package's manifest</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 898 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> cannot override workspace dependency with `--rename`, either change `workspace.dependencies.foo.package` or define the dependency exclusively in the package's manifest</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: cannot override workspace dependency with `--rename`, either change `workspace.dependencies.foo.package` or define the dependency exclusively in the package's manifest</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 907 B

After

Width:  |  Height:  |  Size: 879 B

View File

@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> the crate `lets_hope_nobody_ever_publishes_this_crate` could not be found in registry index.</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: the crate `lets_hope_nobody_ever_publishes_this_crate` could not be found in registry index.</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 1003 B

After

Width:  |  Height:  |  Size: 975 B

View File

@ -1,4 +1,4 @@
<svg width="902px" height="218px" xmlns="http://www.w3.org/2000/svg">
<svg width="911px" height="218px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> failed to load source for dependency `cargo-list-test-fixture`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: failed to load source for dependency `cargo-list-test-fixture`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1,4 +1,4 @@
<svg width="1583px" height="56px" xmlns="http://www.w3.org/2000/svg">
<svg width="1600px" height="56px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> the crate `not-at-path@[ROOT]/case/dependency` could not be found at `[ROOT]/case/dependency`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: the crate `not-at-path@[ROOT]/case/dependency` could not be found at `[ROOT]/case/dependency`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 833 B

After

Width:  |  Height:  |  Size: 805 B

View File

@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> cargo-list-test-fixture (local) to dependencies</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> cannot add `cargo-list-test-fixture` as a dependency to itself</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: cannot add `cargo-list-test-fixture` as a dependency to itself</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 998 B

After

Width:  |  Height:  |  Size: 970 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> invalid version requirement `invalid-version-string`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: invalid version requirement `invalid-version-string`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 1011 B

After

Width:  |  Height:  |  Size: 983 B

View File

@ -1,4 +1,4 @@
<svg width="1280px" height="92px" xmlns="http://www.w3.org/2000/svg">
<svg width="1289px" height="92px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -23,7 +23,7 @@
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> my-package v99999.0.0 to dependencies</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> the manifest file [ROOT]/case/Cargo.toml needs to be updated but --locked was passed to prevent this</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-red bold">error</tspan><tspan>: the manifest file [ROOT]/case/Cargo.toml needs to be updated but --locked was passed to prevent this</tspan>
</tspan>
<tspan x="10px" y="82px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> invalid character `=` in package name: `my-package=1.0.0`, characters must be Unicode XID characters (numbers, `-`, `_`, or most letters)</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: invalid character `=` in package name: `my-package=1.0.0`, characters must be Unicode XID characters (numbers, `-`, `_`, or most letters)</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> feature `nose` must be qualified by the dependency it's being activated for, like `my-package1/nose`, `your-face/nose`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: feature `nose` must be qualified by the dependency it's being activated for, like `my-package1/nose`, `your-face/nose`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 858 B

After

Width:  |  Height:  |  Size: 830 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> cannot specify multiple crates with `--rename`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: cannot specify multiple crates with `--rename`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 785 B

After

Width:  |  Height:  |  Size: 757 B

View File

@ -1,4 +1,4 @@
<svg width="1633px" height="74px" xmlns="http://www.w3.org/2000/svg">
<svg width="1650px" height="74px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> git repository `[ROOTURL]/git-package`</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> the crate `git_package@[ROOTURL]/git-package` could not be found at `[ROOTURL]/git-package`</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: the crate `git_package@[ROOTURL]/git-package` could not be found at `[ROOTURL]/git-package`</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 1019 B

After

Width:  |  Height:  |  Size: 991 B

View File

@ -1,4 +1,4 @@
<svg width="1776px" height="56px" xmlns="http://www.w3.org/2000/svg">
<svg width="1793px" height="56px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> the crate `cargo_list_test_fixture_dependency@[ROOT]/case/dependency` could not be found at `[ROOT]/case/dependency`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: the crate `cargo_list_test_fixture_dependency@[ROOT]/case/dependency` could not be found at `[ROOT]/case/dependency`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 856 B

After

Width:  |  Height:  |  Size: 828 B

View File

@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> the crate `fuzzy-name` could not be found in registry index.</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: the crate `fuzzy-name` could not be found in registry index.</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 971 B

After

Width:  |  Height:  |  Size: 943 B

View File

@ -22,9 +22,9 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> translating `linked_hash_map` to `linked-hash-map`</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan>: translating `linked_hash_map` to `linked-hash-map`</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> translating `Inflector` to `inflector`</tspan>
<tspan x="10px" y="64px"><tspan class="fg-yellow bold">warning</tspan><tspan>: translating `Inflector` to `inflector`</tspan>
</tspan>
<tspan x="10px" y="82px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> linked-hash-map v0.5.4 to dependencies</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -20,7 +20,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> translating `your-face` to `your_face`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-yellow bold">warning</tspan><tspan>: translating `your-face` to `your_face`</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> translating `linked_hash_map` to `linked-hash-map`</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan>: translating `linked_hash_map` to `linked-hash-map`</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> linked-hash-map v0.5.4 to dependencies</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -19,7 +19,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> translating `fuzzy-dependency` to `fuzzy_dependency`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-yellow bold">warning</tspan><tspan>: translating `fuzzy-dependency` to `fuzzy_dependency`</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> the crate `my-package` could not be found in registry index.</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: the crate `my-package` could not be found in registry index.</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 799 B

After

Width:  |  Height:  |  Size: 771 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> path base `bad_base` is undefined. You must add an entry for `bad_base` in the Cargo configuration [path-bases] table.</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: path base `bad_base` is undefined. You must add an entry for `bad_base` in the Cargo configuration [path-bases] table.</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 858 B

After

Width:  |  Height:  |  Size: 830 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> feature `path-bases` is required</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: feature `path-bases` is required</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> `your-face/nose` is unsupported when inferring the crate name, use `nose`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: `your-face/nose` is unsupported when inferring the crate name, use `nose`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 812 B

After

Width:  |  Height:  |  Size: 784 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> the version provided, `v0.0.1` is not a valid SemVer requirement</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: the version provided, `v0.0.1` is not a valid SemVer requirement</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> no version of crate `rust-version-user` can maintain cargo-list-test-fixture's rust-version of 1.56</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: no version of crate `rust-version-user` can maintain cargo-list-test-fixture's rust-version of 1.56</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan>help: pass `--ignore-rust-version` to select rust-version-user@0.2.1 which requires rustc 1.72</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> ignoring rust-version-user@0.2.1 (which requires rustc 1.72) to maintain cargo-list-test-fixture's rust-version of 1.70</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan>: ignoring rust-version-user@0.2.1 (which requires rustc 1.72) to maintain cargo-list-test-fixture's rust-version of 1.70</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> rust-version-user v0.1.0 to dependencies</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> no version of crate `rust-version-user` is compatible with rustc [..]</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: no version of crate `rust-version-user` is compatible with rustc [..]</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan>help: pass `--ignore-rust-version` to select rust-version-user@0.2.1 which requires rustc 1.2345</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> ignoring rust-version-user@0.2.1 (which requires rustc 1.2345) as it is incompatible with rustc [..]</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan>: ignoring rust-version-user@0.2.1 (which requires rustc 1.2345) as it is incompatible with rustc [..]</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> rust-version-user v0.1.1 to dependencies</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> ignoring rust-version-user@0.2.1 (which requires rustc 1.2345) as it is incompatible with rustc [..]</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan>: ignoring rust-version-user@0.2.1 (which requires rustc 1.2345) as it is incompatible with rustc [..]</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> rust-version-user v0.1.1 to dependencies</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -19,13 +19,13 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> `package.edition` is unspecified, defaulting to `[..]`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-yellow bold">warning</tspan><tspan>: `package.edition` is unspecified, defaulting to `2024`</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> my-package v99999.0.0 to dependencies</tspan>
</tspan>
<tspan x="10px" y="82px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> `package.edition` is unspecified, defaulting to `[..]`</tspan>
<tspan x="10px" y="82px"><tspan class="fg-yellow bold">warning</tspan><tspan>: `package.edition` is unspecified, defaulting to `2024`</tspan>
</tspan>
<tspan x="10px" y="100px"><tspan class="fg-bright-green bold"> Locking</tspan><tspan> 1 package to latest Rust [..] compatible version</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -19,13 +19,13 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> `package.edition` is unspecified, defaulting to `2024`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-yellow bold">warning</tspan><tspan>: `package.edition` is unspecified, defaulting to `2024`</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> my-package v99999.0.0 to dependencies</tspan>
</tspan>
<tspan x="10px" y="82px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> `package.edition` is unspecified, defaulting to `2024`</tspan>
<tspan x="10px" y="82px"><tspan class="fg-yellow bold">warning</tspan><tspan>: `package.edition` is unspecified, defaulting to `2024`</tspan>
</tspan>
<tspan x="10px" y="100px"><tspan class="fg-bright-green bold"> Locking</tspan><tspan> 1 package to latest Rust [..] compatible version</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -19,13 +19,13 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> `package.edition` is unspecified, defaulting to `[..]`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-yellow bold">warning</tspan><tspan>: `package.edition` is unspecified, defaulting to `2024`</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> my-package v99999.0.0 to dependencies</tspan>
</tspan>
<tspan x="10px" y="82px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> `package.edition` is unspecified, defaulting to `[..]`</tspan>
<tspan x="10px" y="82px"><tspan class="fg-yellow bold">warning</tspan><tspan>: `package.edition` is unspecified, defaulting to `2024`</tspan>
</tspan>
<tspan x="10px" y="100px"><tspan class="fg-bright-green bold"> Locking</tspan><tspan> 1 package to latest Rust [..] compatible version</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Adding</tspan><tspan> foo (workspace) to dependencies</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> unrecognized feature for crate foo: not_recognized</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: unrecognized feature for crate foo: not_recognized</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,4 +1,4 @@
<svg width="953px" height="74px" xmlns="http://www.w3.org/2000/svg">
<svg width="961px" height="74px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> could not find `unknown` in registry `[ROOTURL]/registry`</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: could not find `unknown` in registry `[ROOTURL]/registry`</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 968 B

After

Width:  |  Height:  |  Size: 940 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> invalid package ID specification: `https://crates.io`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: invalid package ID specification: `https://crates.io`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 981 B

After

Width:  |  Height:  |  Size: 953 B

View File

@ -1,4 +1,4 @@
<svg width="1230px" height="74px" xmlns="http://www.w3.org/2000/svg">
<svg width="1238px" height="74px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `alternative` index</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> could not find `https://crates.io/my-package` in registry `[ROOTURL]/alternative-registry`</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: could not find `https://crates.io/my-package` in registry `[ROOTURL]/alternative-registry`</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 999 B

After

Width:  |  Height:  |  Size: 971 B

View File

@ -25,7 +25,7 @@
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold"> Downloaded</tspan><tspan> my-package v0.1.1+my-package (registry `dummy-registry`)</tspan>
</tspan>
<tspan x="10px" y="82px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@0.1.1+my-package</tspan><tspan>`</tspan>
<tspan x="10px" y="82px"><tspan class="fg-bright-green bold">note</tspan><tspan>: to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@0.1.1+my-package</tspan><tspan>`</tspan>
</tspan>
<tspan x="10px" y="100px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -23,7 +23,7 @@
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold"> Downloaded</tspan><tspan> my-package v1.0.0 (registry `dummy-registry`)</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@1.0.0</tspan><tspan>`</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold">note</tspan><tspan>: to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@1.0.0</tspan><tspan>`</tspan>
</tspan>
<tspan x="10px" y="82px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -19,7 +19,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@2.0.0</tspan><tspan>`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold">note</tspan><tspan>: to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@2.0.0</tspan><tspan>`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 927 B

After

Width:  |  Height:  |  Size: 899 B

View File

@ -19,7 +19,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@2.0.0</tspan><tspan>`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold">note</tspan><tspan>: to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@2.0.0</tspan><tspan>`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 927 B

After

Width:  |  Height:  |  Size: 899 B

View File

@ -19,7 +19,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@2.0.0</tspan><tspan>`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold">note</tspan><tspan>: to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@2.0.0</tspan><tspan>`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 927 B

After

Width:  |  Height:  |  Size: 899 B

View File

@ -25,7 +25,7 @@
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold"> Downloaded</tspan><tspan> my-package v2.0.0 (registry `dummy-registry`)</tspan>
</tspan>
<tspan x="10px" y="82px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@2.0.0</tspan><tspan>`</tspan>
<tspan x="10px" y="82px"><tspan class="fg-bright-green bold">note</tspan><tspan>: to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@2.0.0</tspan><tspan>`</tspan>
</tspan>
<tspan x="10px" y="100px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> the option `--frozen` can only be used within a workspace</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: the option `--frozen` can only be used within a workspace</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 796 B

After

Width:  |  Height:  |  Size: 768 B

View File

@ -1,4 +1,4 @@
<svg width="953px" height="56px" xmlns="http://www.w3.org/2000/svg">
<svg width="961px" height="56px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> could not find `unknown` in registry `[ROOTURL]/registry`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: could not find `unknown` in registry `[ROOTURL]/registry`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 796 B

After

Width:  |  Height:  |  Size: 768 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> the option `--locked` can only be used within a workspace</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: the option `--locked` can only be used within a workspace</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 796 B

After

Width:  |  Height:  |  Size: 768 B

View File

@ -1,4 +1,4 @@
<svg width="953px" height="74px" xmlns="http://www.w3.org/2000/svg">
<svg width="961px" height="74px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Updating</tspan><tspan> `dummy-registry` index</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> could not find `unknown` in registry `[ROOTURL]/registry`</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: could not find `unknown` in registry `[ROOTURL]/registry`</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 968 B

After

Width:  |  Height:  |  Size: 940 B

View File

@ -1,4 +1,4 @@
<svg width="978px" height="56px" xmlns="http://www.w3.org/2000/svg">
<svg width="986px" height="56px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> could not find `my-package` in registry `[ROOTURL]/registry`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: could not find `my-package` in registry `[ROOTURL]/registry`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 799 B

After

Width:  |  Height:  |  Size: 771 B

View File

@ -25,7 +25,7 @@
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold"> Downloaded</tspan><tspan> my-package v0.1.1+my-package (registry `dummy-registry`)</tspan>
</tspan>
<tspan x="10px" y="82px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@0.1.1+my-package</tspan><tspan>`</tspan>
<tspan x="10px" y="82px"><tspan class="fg-bright-green bold">note</tspan><tspan>: to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@0.1.1+my-package</tspan><tspan>`</tspan>
</tspan>
<tspan x="10px" y="100px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -30,7 +30,7 @@
</tspan>
<tspan x="10px" y="100px"><tspan class="fg-bright-green bold"> Downloaded</tspan><tspan> my-package v0.2.3+my-package (registry `dummy-registry`)</tspan>
</tspan>
<tspan x="10px" y="118px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@0.2.3+my-package</tspan><tspan>`</tspan>
<tspan x="10px" y="118px"><tspan class="fg-bright-green bold">note</tspan><tspan>: to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@0.2.3+my-package</tspan><tspan>`</tspan>
</tspan>
<tspan x="10px" y="136px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -25,7 +25,7 @@
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold"> Downloaded</tspan><tspan> my-package v0.1.1+my-package (registry `dummy-registry`)</tspan>
</tspan>
<tspan x="10px" y="82px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@0.1.1+my-package</tspan><tspan>`</tspan>
<tspan x="10px" y="82px"><tspan class="fg-bright-green bold">note</tspan><tspan>: to see how you depend on my-package, run `</tspan><tspan class="fg-bright-cyan bold">cargo tree --invert --package my-package@0.1.1+my-package</tspan><tspan>`</tspan>
</tspan>
<tspan x="10px" y="100px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> library package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 975 B

After

Width:  |  Height:  |  Size: 947 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> can't specify both lib and binary outputs</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: can't specify both lib and binary outputs</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 780 B

After

Width:  |  Height:  |  Size: 752 B

View File

@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> library package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> cannot have a package with multiple libraries, found both `case.rs` and `lib.rs`</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: cannot have a package with multiple libraries, found both `case.rs` and `lib.rs`</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 984 B

After

Width:  |  Height:  |  Size: 956 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> cannot have a package with multiple libraries, found both `src/lib.rs` and `lib.rs`</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: cannot have a package with multiple libraries, found both `src/lib.rs` and `lib.rs`</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 822 B

After

Width:  |  Height:  |  Size: 794 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -21,9 +21,9 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> file `case.rs` seems to be a library file</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan>: file `case.rs` seems to be a library file</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="82px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -21,9 +21,9 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> library package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> file `case.rs` seems to be a binary (application) file</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan>: file `case.rs` seems to be a binary (application) file</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="64px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="82px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> library package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 975 B

After

Width:  |  Height:  |  Size: 947 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> library package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 975 B

After

Width:  |  Height:  |  Size: 947 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> library package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 975 B

After

Width:  |  Height:  |  Size: 947 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> library package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 975 B

After

Width:  |  Height:  |  Size: 947 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> library package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 975 B

After

Width:  |  Height:  |  Size: 947 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> invalid character `.` in package name: `foo.bar`, characters must be Unicode XID characters (numbers, `-`, `_`, or most letters)</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: invalid character `.` in package name: `foo.bar`, characters must be Unicode XID characters (numbers, `-`, `_`, or most letters)</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan>If you need a package name to not match the directory name, consider using --name flag.</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 960 B

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> library package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 975 B

After

Width:  |  Height:  |  Size: 947 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> multiple possible binary sources found:</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: multiple possible binary sources found:</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan> main.rs</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1010 B

View File

@ -18,7 +18,7 @@
<rect width="100%" height="100%" y="0" rx="4.5" class="bg" />
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> cannot auto-detect package name from path "/" ; use --name to override</tspan>
<tspan x="10px" y="28px"><tspan class="fg-bright-red bold">error</tspan><tspan>: cannot auto-detect package name from path "/" ; use --name to override</tspan>
</tspan>
<tspan x="10px" y="46px">
</tspan>

Before

Width:  |  Height:  |  Size: 809 B

After

Width:  |  Height:  |  Size: 781 B

View File

@ -1,4 +1,4 @@
<svg width="1247px" height="110px" xmlns="http://www.w3.org/2000/svg">
<svg width="1255px" height="110px" xmlns="http://www.w3.org/2000/svg">
<style>
.fg { fill: #AAAAAA }
.bg { background: #000000 }
@ -21,11 +21,11 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan class="bold">:</tspan><tspan> the path `[ROOT]/case/test:ing/.` contains invalid PATH characters (usually `:`, `;`, or `"`)</tspan>
<tspan x="10px" y="46px"><tspan class="fg-yellow bold">warning</tspan><tspan>: the path `[ROOT]/case/test:ing/.` contains invalid PATH characters (usually `:`, `;`, or `"`)</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan>It is recommended to use a different name to avoid problems.</tspan>
</tspan>
<tspan x="10px" y="82px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="82px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="100px">
</tspan>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -20,7 +20,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> library package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan class="bold">:</tspan><tspan> see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-green bold">note</tspan><tspan>: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html</tspan>
</tspan>
<tspan x="10px" y="64px">
</tspan>

Before

Width:  |  Height:  |  Size: 975 B

After

Width:  |  Height:  |  Size: 947 B

View File

@ -21,7 +21,7 @@
<text xml:space="preserve" class="container fg">
<tspan x="10px" y="28px"><tspan class="fg-bright-green bold"> Creating</tspan><tspan> binary (application) package</tspan>
</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan class="bold">:</tspan><tspan> the name `test` cannot be used as a package name, it conflicts with Rust's built-in test library</tspan>
<tspan x="10px" y="46px"><tspan class="fg-bright-red bold">error</tspan><tspan>: the name `test` cannot be used as a package name, it conflicts with Rust's built-in test library</tspan>
</tspan>
<tspan x="10px" y="64px"><tspan>If you need a package name to not match the directory name, consider using --name flag.</tspan>
</tspan>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Some files were not shown because too many files have changed in this diff Show More