mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Remove k256/p256 git revision patch
New releases of k256 and p256 make it no longer necessary.
This commit is contained in:
@@ -20,8 +20,8 @@ subtle = "^2.4"
|
||||
group = "0.13"
|
||||
|
||||
[dev-dependencies]
|
||||
k256 = { version = "0.13", features = ["bits"] }
|
||||
p256 = { version = "0.13", features = ["bits"] }
|
||||
k256 = { version = "^0.13.1", features = ["bits"] }
|
||||
p256 = { version = "^0.13.1", features = ["bits"] }
|
||||
|
||||
bls12_381 = "0.8"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user