From b76f3d246be4a490a873f075954c6f9bd7b5a53f Mon Sep 17 00:00:00 2001 From: Christian Legaard Date: Thu, 27 Jan 2022 14:08:53 +0100 Subject: [PATCH] bump version --- cli/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3e1d7c0..5b5251f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,17 +2,17 @@ authors = ["Christian Legaard "] edition = "2018" name = "unifmu" -version = "0.0.5" +version = "0.0.6" [dependencies] clap = "*" +dlopen = "*" +dlopen_derive = "*" env_logger = "*" fs_extra = "*" lazy_static = "*" libc = "*" -dlopen = "*" -dlopen_derive = "*" log = "*" num_enum = "*" rust-embed = "6.0.0" @@ -20,6 +20,6 @@ structopt = "*" tempfile = "*" url = "*" walkdir = "*" -zip = { version = "*", default-features = false, features = ["deflate"] } +zip = {version = "*", default-features = false, features = ["deflate"]} -common = { path = "../common" } +common = {path = "../common"}