Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
clegaard committed Jan 27, 2022
1 parent 340d77a commit b76f3d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
authors = ["Christian Legaard <[email protected]>"]
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"
structopt = "*"
tempfile = "*"
url = "*"
walkdir = "*"
zip = { version = "*", default-features = false, features = ["deflate"] }
zip = {version = "*", default-features = false, features = ["deflate"]}

common = { path = "../common" }
common = {path = "../common"}

0 comments on commit b76f3d2

Please sign in to comment.