Describe the bug
Fails to build.
To Reproduce
cargo +nightly install-update koji
Updating registry 'https://github.com/rust-lang/crates.io-index'
Package Installed Latest Needs update
koji v1.5.1 v1.5.2 Yes
Updating koji
...snip...
Compiling cocogitto v5.2.0
Compiling koji v1.5.2
error[E0061]: this function takes 7 arguments but 6 arguments were supplied
--> /Users/berkus/.cargo/registry/src/github.com-1ecc6299db9ec823/koji-1.5.2/src/lib/commit.rs:43:15
|
43 | cocogitto.conventional_commit(&commit_type, scope, summary, body, None, is_breaking_change)?;
| ^^^^^^^^^^^^^^^^^^^-------------------------------------------------------------- an argument of type `bool` is missing
|
note: associated function defined here
--> /Users/berkus/.cargo/registry/src/github.com-1ecc6299db9ec823/cocogitto-5.2.0/src/lib.rs:364:12
|
364 | pub fn conventional_commit(
| ^^^^^^^^^^^^^^^^^^^
help: provide the argument
|
43 | cocogitto.conventional_commit(&commit_type, scope, summary, body, None, is_breaking_change, /* bool */)?;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expected behavior
Builds.
Screenshots
N/A
Additional context
N/A
bug