Merge pull request #382 from devnought/master

use `clap::crate_version!()`, remove async feature
This commit is contained in:
Jonathan Turner 2019-08-25 07:22:38 +12:00 committed by GitHub
commit ad8589e5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ use std::error::Error;
fn main() -> Result<(), Box<dyn Error>> {
let matches = App::new("nushell")
.version("0.1.3")
.version(clap::crate_version!())
.arg(
Arg::with_name("loglevel")
.short("l")