Use the upstream version of integer-sqrt. (#1041)

This commit is contained in:
Sergey Pepyakin
2018-10-31 15:40:59 +01:00
committed by GitHub
parent 83683bce43
commit ac4a188e15
5 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
crate-type = ["cdylib"]
[dependencies]
integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" }
integer-sqrt = { version = "0.1.2" }
safe-mix = { version = "1.0", default-features = false}
parity-codec-derive = { version = "2.1" }
parity-codec = { version = "2.1", default-features = false }