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
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
num-traits = { version = "0.2", default-features = false }
integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" }
integer-sqrt = { version = "0.1.2" }
serde = { version = "1.0", optional = true }
serde_derive = { version = "1.0", optional = true }
parity-codec = { version = "2.1", default-features = false }