-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #61
Conversation
legokichi
commented
Mar 6, 2023
- bump rust_toolchain version
- clippy
- udate outdated crates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commented
|
||
use gatekeeper as gk; | ||
|
||
#[derive(StructOpt, Debug)] | ||
#[structopt(name = "gatekeeper")] | ||
#[derive(clap::Parser, Debug)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-V
option seems to be deleted.
gatekeeper$ cargo run -- -V
Compiling gatekeeper v2.2.0 (/home/eldesh/work/gatekeeper)
Finished dev [unoptimized + debuginfo] target(s) in 3.27s
Running `target/debug/gatekeeperd -V`
gatekeeperd
error: unexpected argument '-V' found
Usage: gatekeeperd [OPTIONS]
For more information, try '--help'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
21d64f3
fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
Why statuses are not pass…? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
serde_yaml It looks like the parser behavior has changed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve conflicts
cb35cd4
to
15ff94f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🆗