Add missing Cargo.toml flags

This commit is contained in:
Luke Parker
2022-07-12 03:42:45 -04:00
parent d81f6270c7
commit c0c8915698

View File

@@ -17,7 +17,7 @@ transcript = { package = "flexible-transcript", path = "../transcript", version
ff = "0.12"
group = "0.12"
multiexp = { path = "../multiexp", features = ["batch"], optional = true }
multiexp = { path = "../multiexp", version = "0.2", features = ["batch"], optional = true }
[dev-dependencies]
hex-literal = "0.3"