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

Compilation error #12

Closed
vnt-dev opened this issue Dec 27, 2024 · 5 comments
Closed

Compilation error #12

vnt-dev opened this issue Dec 27, 2024 · 5 comments

Comments

@vnt-dev
Copy link
Contributor

vnt-dev commented Dec 27, 2024

\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'

@ssrlive
Copy link
Member

ssrlive commented Dec 27, 2024

Oops, please use rust version 1.80 or above.

@vnt-dev
Copy link
Contributor Author

vnt-dev commented Dec 27, 2024

Is it too hasty to abandon versions before 1.8 like this

@vnt-dev
Copy link
Contributor Author

vnt-dev commented Dec 27, 2024

Alternatively, version="0.8.x" should be used

@ssrlive
Copy link
Member

ssrlive commented Dec 27, 2024

I think I can add a feature for it.

@ssrlive
Copy link
Member

ssrlive commented Dec 27, 2024

done.

@ssrlive ssrlive closed this as completed Dec 27, 2024
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

2 participants