Remove sp-crypto-ec-utils patch reintroduced in latest rebase

This commit is contained in:
Luke Parker
2023-12-17 00:14:24 -05:00
parent bbad7738d9
commit 35265c615b
2 changed files with 2 additions and 5 deletions

View File

@@ -129,11 +129,6 @@ w3f-bls = { path = "substrate/tree-cleanup/w3f-bls" }
[patch."https://github.com/w3f/ring-vrf"]
bandersnatch_vrfs = { path = "substrate/tree-cleanup/bandersnatch_vrfs" }
# The external arkworks-substrate repo refers back to the paritytech
# polkadot-sdk repo, hence patching it to point to serai-dex's
[patch."https://github.com/paritytech/polkadot-sdk"]
sp-crypto-ec-utils = { git = "https://github.com/serai-dex/polkadot-sdk", branch = "experimental" }
[workspace.lints.clippy]
unwrap_or_default = "allow"
borrow_as_ptr = "deny"