Skip to content

Commit

Permalink
update zip to 0.3 (openethereum#8381)
Browse files Browse the repository at this point in the history
* update zip to 0.3

* enable zip deflate feature
  • Loading branch information
debris authored and VladLupashevskyi committed May 23, 2018
1 parent 7ce99cf commit d0a903c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 16 deletions.
62 changes: 47 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dapps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
unicase = "1.4"
zip = { version = "0.1", default-features = false }
zip = { version = "0.3", default-features = false, features = ["deflate"] }
itertools = "0.5"

jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc.git", branch = "parity-1.11" }
Expand Down

0 comments on commit d0a903c

Please sign in to comment.