Release version

This commit is contained in:
Remco Bloemen 2022-06-03 22:44:31 -07:00
parent 9b28b97120
commit d04feb2f36
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ primitive-types = "0.11.1"
proptest = { version = "1.0", optional = true }
rand = "0.8.4"
rayon = "1.5.1"
ruint = { version = "1.1.0", path = "../../WV/uint", features = [ "serde", "num-bigint", "ark-ff" ] }
ruint = { version = "1.2.0", features = [ "serde", "num-bigint", "ark-ff" ] }
serde = "1.0"
sha2 = "0.10.1"
thiserror = "1.0.0"