mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 11:39:35 +00:00
Remove sp-crypto-ec-utils patch reintroduced in latest rebase
This commit is contained in:
parent
bbad7738d9
commit
35265c615b
2 changed files with 2 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue