mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add missing Cargo.toml flags
This commit is contained in:
@@ -17,7 +17,7 @@ transcript = { package = "flexible-transcript", path = "../transcript", version
|
|||||||
ff = "0.12"
|
ff = "0.12"
|
||||||
group = "0.12"
|
group = "0.12"
|
||||||
|
|
||||||
multiexp = { path = "../multiexp", features = ["batch"], optional = true }
|
multiexp = { path = "../multiexp", version = "0.2", features = ["batch"], optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
hex-literal = "0.3"
|
hex-literal = "0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user