-
Notifications
You must be signed in to change notification settings - Fork 2
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
Compilation error #12
Comments
Oops, please use rust version 1.80 or above. |
Is it too hasty to abandon versions before 1.8 like this |
Alternatively, version="0.8.x" should be used |
I think I can add a feature for it. |
done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
\wintun-bindings-0.7.25\src\log.rs:29:23
|
29 | static LOG_CONTAINER: std::sync::LazyLock<std::sync::Mutex<std::collections::VecDeque>> =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #109736 rust-lang/rust#109736 for more information
error[E0658]: use of unstable library feature 'lazy_cell'
The text was updated successfully, but these errors were encountered: