martin-g opened a new pull request, #504:
URL: https://github.com/apache/avro-rs/pull/504
Idea to detect MSRV builds:
- use `std::env::var("CARGO_PKG_RUST_VERSION")` to read the MSRV
- use `rust_version::version().unwrap().to_string();`to read the rustc
version
- export `msrv` cfg if both match
- use `cfg!(msrv)` to build conditionally
The UI tests are re-generated with `TRYBUILD=overwrite`. Their output is
less informative than `nightly` though.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]