paritytech / subxt

Interact with Substrate based nodes in Rust or WebAssembly
Other
408 stars 244 forks source link

chore(deps): remove `unused dep sp-core` from signer #1617

Closed niklasad1 closed 4 months ago

niklasad1 commented 4 months ago

sp-core is part of the std feature flag and must be part of the dependencies.

It's probably leaked from the workspace and that's why it worked in CI.