Skip to content

Commit b76f3d2

Browse files
committed
bump version
1 parent 340d77a commit b76f3d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cli/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
authors = ["Christian Legaard <clegaard@outlook.com>"]
33
edition = "2018"
44
name = "unifmu"
5-
version = "0.0.5"
5+
version = "0.0.6"
66

77
[dependencies]
88

99
clap = "*"
10+
dlopen = "*"
11+
dlopen_derive = "*"
1012
env_logger = "*"
1113
fs_extra = "*"
1214
lazy_static = "*"
1315
libc = "*"
14-
dlopen = "*"
15-
dlopen_derive = "*"
1616
log = "*"
1717
num_enum = "*"
1818
rust-embed = "6.0.0"
1919
structopt = "*"
2020
tempfile = "*"
2121
url = "*"
2222
walkdir = "*"
23-
zip = { version = "*", default-features = false, features = ["deflate"] }
23+
zip = {version = "*", default-features = false, features = ["deflate"]}
2424

25-
common = { path = "../common" }
25+
common = {path = "../common"}

0 commit comments

Comments
 (0)