Bump CID version to allow compilation on all platforms

This commit is contained in:
maciejhirsz 2017-02-20 16:34:16 +01:00
parent 0aad8a87ae
commit 348559491a
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ ethcore-util = { path = "../util" }
rlp = { path = "../util/rlp" }
mime = "0.2"
hyper = { default-features = false, git = "https://github.com/ethcore/hyper" }
cid = "0.2"
cid = "0.2.1"
multihash = "0.5"