mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 19:49:22 +00:00
Add missing Cargo.toml flags
This commit is contained in:
parent
d81f6270c7
commit
c0c8915698
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue