-
Notifications
You must be signed in to change notification settings - Fork 1
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
Is Nightly required #8
Comments
No it's not. This is mainly a code readability thing. We can just as easily patch these out. However these features are both stabilized and I'm hoping to just wait for the next release. https://doc.rust-lang.org/std/option/enum.Option.html#method.is_some_and as of rust-lang/rust#63139 - I'm inclined to wait as it looks like it's going to be stabilized soon from comments on all the threads edit: looks like this is 1.80 https://github.com/rust-lang/rust/blob/master/library/core/src/time.rs#L1115C49-L1115C55 |
@dandxy89 Looks like 1.80 is going to stabilize |
Wow. That's great timing. Appreciate your flexibility. |
- bump the version to `0.6.0` since we now require min rust version. - 1.80 is, as of now [still in beta](https://releases.rs/docs/1.80.0/) and is planned to be stable 25 July, 2024 #8 (comment)
pushed v0.6.0 with the changes as well. |
Hello @lytefast
Would it be possible to create a non-nightly variant of this crate?
From
src/lib.rs
The text was updated successfully, but these errors were encountered: