airgap-it / tezos-rust-sdk

MIT License
20 stars 10 forks source link

Numerous automated fixes #37

Closed emchristiansen closed 1 year ago

emchristiansen commented 1 year ago

Each commit's message is the command that was run to generate that commit.

Note, neither cargo clippy --fix nor cargo +nightly fmt should change any semantics.

I did upgrade the packages using https://lib.rs/crates/cargo-edit, and everything still builds and all tests still pass.

BTW, you might want to add a commit-hook to automatically clippy --fix and fmt the code.

RomarQ commented 1 year ago

Thanks for the contribution :+1:

Will have a look at the changes later today.

RomarQ commented 1 year ago

I moved the cargo upgrade commit to a different PR https://github.com/airgap-it/tezos-rust-sdk/pull/38. Updating dependencies can be a nightmare sometimes, this needs some testing first.

RomarQ commented 1 year ago

The remaining changes look good to me :+1: