Upgrader remove raw unwrap and bump semver (#8251)

* remove raw unwrap and bump semver

* bump rustc_version

* Semver -> SemVer
This commit is contained in:
Niklas Adolfsson
2018-04-04 11:54:41 +02:00
committed by Rando
parent e12a5159a8
commit ef80698deb
7 changed files with 32 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ ethabi = "5.1"
ethabi-derive = "5.0"
ethabi-contract = "5.0"
target_info = "0.1"
semver = "0.6"
semver = "0.9"
ethcore = { path = "../ethcore" }
ethsync = { path = "../sync" }
ethcore-bytes = { path = "../util/bytes" }