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
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

2
Cargo.lock generated
View file

@ -7581,6 +7581,7 @@ dependencies = [
"frame-support",
"frame-system",
"frame-system-rpc-runtime-api",
"pallet-authorship",
"pallet-babe",
"pallet-grandpa",
"pallet-timestamp",
@ -7658,6 +7659,7 @@ dependencies = [
"sp-io",
"sp-runtime",
"sp-session",
"sp-staking",
"sp-std",
]

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"