Declare Rust versions in Cargo.toml?

There are some crates that need a certain freshness of Rust compiler and base libraries. Is there any way to declare this in their package metadata? I think that would be a nicer experience than the sometimes confusing error messages.

6 Likes

Somewhat tragically, no. It was proposed prior to 1.0, but was postponed to issue #303.

1 Like