We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, tendermint crates don't have any rust-version set.
rust-version
The tendemint-proto@0.40.0 has MSRV 1.79.0 for parity-scale-codec@3.7.0.
tendemint-proto@0.40.0
1.79.0
parity-scale-codec@3.7.0
Release of tendermint crates with appropriate rust-version.
cargo-hack and cargo-msrv can be used to find them.
cargo-hack
cargo-msrv
cargo hack msrv find --min 1.60 --all-features
Ref: paritytech/parity-scale-codec#646 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Currently, tendermint crates don't have any
rust-version
set.The
tendemint-proto@0.40.0
has MSRV1.79.0
forparity-scale-codec@3.7.0
.Definition of "done"
Release of tendermint crates with appropriate
rust-version
.cargo-hack
andcargo-msrv
can be used to find them.Ref: paritytech/parity-scale-codec#646 (comment)
The text was updated successfully, but these errors were encountered: