Dependencies bump and compilation fixes

This commit is contained in:
Roey Darwish Dror
2020-03-01 21:25:26 +02:00
parent 11c5b04677
commit 7c88f4527d
10 changed files with 199 additions and 237 deletions

View File

@@ -54,7 +54,7 @@ pub struct CreateCommand {
/// Create an image with a certain size in the given path instead of using an actual block device
#[structopt(
long = "image",
parse(try_from_str = "parse_bytes"),
parse(try_from_str = parse_bytes),
value_name = "size",
requires = "path"
)]