cargo update

This commit is contained in:
John Smith
2022-01-05 22:33:49 -05:00
parent 3d744fb87e
commit ffe0a42dd3
3 changed files with 164 additions and 155 deletions

View File

@@ -19,7 +19,7 @@ pub mod veilid_client_capnp {
include!(concat!(env!("OUT_DIR"), "/proto/veilid_client_capnp.rs"));
}
fn parse_command_line(default_config_path: &OsStr) -> Result<clap::ArgMatches, clap::Error> {
fn parse_command_line(default_config_path: &OsStr) -> Result<clap::ArgMatches, anyhow::Error> {
let matches = App::new("veilid-cli")
.version("0.1")
.about("Veilid Console Client")