Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automate MSRV change in the crate doc
I noted some months ago that the environment variable CARGO_PKG_RUST_VERSION was publicized in 1.63.0 and that if we do not go back before 1.63 then we can automate the MSRV there. Remain "ci.yml" but I don't see a way to automate it, even with `cargo metadata --no-deps --format-version=1 | jq -r '.packages[0].version'`.
- Loading branch information