Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(sys): let bindgen target Rust 1.82
This will make it slightly easier to target Rust's 2024 edition, where the `unsafe` keyword will be required for `extern` blocks like these. I'd like to also not use the now deprecated Rust version constants offered by `bindgen`, but the ergonomics of the alternative syntax can be improved and we can try to make it better upstream - see rust-lang/rust-bindgen#3055.
- Loading branch information