You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Installation fails with information that there is no argument named output
To Reproduce
Steps to reproduce the behavior:
run
Run cargo install git-cliff
Expected behavior
Get git-cliff installed or log explaining why its failed
Screenshots/Logs
If applicable, add screenshots to help explain your problem.
Compiling git-cliff v0.7.0
error: there is no argument named `output`
--> /home/czaki/.cargo/registry/src/github.com-1ecc6299db9ec823/git-cliff-0.7.0/src/changelog.rs:155:18
|
155 | writeln!(out, "{output}")?;
| ^^^^^^^^
error: there is no argument named `pkg_name`
--> /home/czaki/.cargo/registry/src/github.com-1ecc6299db9ec823/git-cliff-0.7.0/src/lib.rs:46:22
|
46 | "A new version of {pkg_name} is available: v{pkg_version} -> \
| ^^^^^^^^^^
error: there is no argument named `pkg_version`
--> /home/czaki/.cargo/registry/src/github.com-1ecc6299db9ec823/git-cliff-0.7.0/src/lib.rs:46:48
|
46 | "A new version of {pkg_name} is available: v{pkg_version} -> \
| ^^^^^^^^^^^^^
error: there is no argument named `new_version`
--> /home/czaki/.cargo/registry/src/github.com-1ecc6299db9ec823/git-cliff-0.7.0/src/lib.rs:47:5
|
47 | {new_version}",
| ^^^^^^^^^^^^^
error: could not compile `git-cliff` due to 4 previous errors
warning: build failed, waiting for other jobs to finish...
error: failed to compile `git-cliff v0.7.0`, intermediate artifacts can be found at `/tmp/cargo-installl1CNkj`
Caused by:
build failed /1m26,6s
System (please complete the following information):
OS Information: Ubuntu 21.10
Additional context
Installation of v0.6.1 finish
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Installation fails with information that there is no argument named
output
To Reproduce
Steps to reproduce the behavior:
run
cargo install git-cliff
Expected behavior
Get git-cliff installed or log explaining why its failed
Screenshots/Logs
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
Additional context
Installation of v0.6.1 finish
The text was updated successfully, but these errors were encountered: