Remove k256/p256 git revision patch

New releases of k256 and p256 make it no longer necessary.
This commit is contained in:
Luke Parker
2023-04-11 09:23:54 -04:00
parent de52c4db7f
commit defce32ff1
4 changed files with 33 additions and 37 deletions

View File

@@ -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"