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

@@ -63,7 +63,3 @@ monero-serai = { opt-level = 3 }
[profile.release]
panic = "unwind"
[patch.crates-io]
k256 = { git = "https://github.com/RustCrypto/elliptic-curves", rev = "8958c2f535cc973a7cf216bcbad1f797ae6f9cdd" }
p256 = { git = "https://github.com/RustCrypto/elliptic-curves", rev = "8958c2f535cc973a7cf216bcbad1f797ae6f9cdd" }