Description
Currently, tendermint crates don't have any rust-version set.
The tendemint-proto@0.40.0 has MSRV 1.79.0 for parity-scale-codec@3.7.0.
Definition of "done"
Release of tendermint crates with appropriate rust-version.
cargo-hack and cargo-msrv can be used to find them.
cargo hack msrv find --min 1.60 --all-features
Ref: paritytech/parity-scale-codec#646 (comment)
Description
Currently, tendermint crates don't have any
rust-versionset.The
tendemint-proto@0.40.0has MSRV1.79.0forparity-scale-codec@3.7.0.Definition of "done"
Release of tendermint crates with appropriate
rust-version.cargo-hackandcargo-msrvcan be used to find them.Ref: paritytech/parity-scale-codec#646 (comment)