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

Make the build script run in stable Rust - use option methods #7

Closed

Conversation

marcospb19
Copy link
Contributor

@freijon found a new blocker in ouch-org/ouch#522: the build script now requires nightly.

I believe it is impossible to use version "0.8.1" from any project that uses the stable toolchain, which can be easily solvable by replacing the use of the try block with some Option methods.

Alternate version of #6.

@marcospb19 marcospb19 changed the title Make the build script run in stable Rust - alternate version Make the build script run in stable Rust - use option methods Sep 20, 2023
@bczhc
Copy link
Owner

bczhc commented Sep 21, 2023

Ah yes, I chose another version because it seems to be more neat and direct to me, and it's closer to try_blocks pattern.

@bczhc bczhc closed this Sep 21, 2023
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

Successfully merging this pull request may close these issues.

2 participants