Skip to content
New issue

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

minimal supported version of Rust missing from Contributing section #102

Open
zdenek-crha opened this issue Dec 28, 2020 · 0 comments
Open

Comments

@zdenek-crha
Copy link
Contributor

The 'contributing' section of the readme contains note that the getopts crate is used by compiler and contributors must be careful to not break anything. Is there also consensus on what is the minimal supported version of rust compiler used to build the crate?

Example: I want to contribute by writing example code, but I'm not sure if using std::maches!() macro is a good idea or not since it is supported only from Rust 1.42.0.

I have err-ed on the side of caution and used different approach. But it would be nice to know what version to target so that example code do not use outdated idioms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant