Skip to content

Commit

Permalink
Adding more relaxed versions of dependencies for Debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-petruk committed Nov 4, 2019
1 parent 4b8d2a0 commit e3dc320
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ buildflags = ["--release","--target=x86_64-unknown-linux-musl"]
scriptisto = { path = "/usr/bin/scriptisto" }

[dependencies]
dirs = '2.0.2'
exec = '0.3.1'
failure = '0.1.6'
include_dir = '0.2.1'
log = '0.4.8'
serde='1.0.101'
serde_derive='1.0.101'
serde_yaml='0.8.11'
md5="0.7.0"
ascii_table="2.0.0"
scrawl="1.0.0"
dirs = '2.0'
exec = '0.3'
failure = '0.1'
include_dir = '0.2'
log = '0.4'
serde='1.0'
serde_derive='1.0'
serde_yaml='0.8'
md5="0.7"
ascii_table="2.0"
scrawl="1.0"

[dependencies.structopt]
version = '0.3'

[dependencies.simple_logger]
default-features = false
version = '1.3.0'
version = '1.3'

0 comments on commit e3dc320

Please sign in to comment.