Update dependencies

This commit is contained in:
Minseong Jang
2021-12-31 16:30:54 +09:00
parent de3068854a
commit fca635529c
8 changed files with 83 additions and 185 deletions

View File

@@ -16,7 +16,7 @@ use kecc::{
fn main() {
let yaml = load_yaml!("kecc_cli.yml");
#[allow(deprecated)]
let matches = App::from(yaml)
let matches = App::from_yaml(yaml)
.version(crate_version!())
.about(crate_description!())
.author(crate_authors!(", "))