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 closure #6

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

marcospb19
Copy link
Contributor

@marcospb19 marcospb19 commented Sep 20, 2023

@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 a closure.

Alternate version of #7.

@bczhc
Copy link
Owner

bczhc commented Sep 21, 2023

Oops, I never think of that. Thanks.

@bczhc bczhc merged commit fa98dfc into bczhc:master Sep 21, 2023
1 check passed
@marcospb19 marcospb19 deleted the make-build-script-run-in-stable-1 branch September 21, 2023 16:10
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