paritytech / subxt

Interact with Substrate based nodes in Rust or WebAssembly
Other
391 stars 236 forks source link

Remove `derive_more` from dependencies #1602

Closed pkhry closed 1 month ago

pkhry commented 1 month ago

closes #1503

jsdw commented 1 month ago

We've had this sort of thing before, and yeah I'd be up for having some CI check that the TOML formatting is ok (+ a thing to run to make it ok), just to avoid any disagreements on what the format should be etc once it's set up :)

pkhry commented 1 month ago

Would be easier to review if you could omit the TOML fmt changes, I guess you are using some fmt tool for that.

dropped formatting changes until we setup the autoformatting tool