Fix semver version issues.

This commit is contained in:
Gav Wood
2016-12-11 17:13:26 +01:00
parent 22cb5753d0
commit e09b1faf20
9 changed files with 15 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ time = "0.1.34"
rand = "0.3.13"
heapsize = "0.3"
ethcore-ipc = { path = "../ipc/rpc" }
semver = "0.2"
semver = "0.5"
ethcore-ipc-nano = { path = "../ipc/nano" }
ethcore-devtools = { path = "../devtools" }
ethkey = { path = "../ethkey" }