servo / core-foundation-rs

Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS
Other
987 stars 216 forks source link

Bump MSRV to 1.65 #694

Closed waywardmonkeys closed 1 month ago

waywardmonkeys commented 1 month ago

This will allow us to use dep: syntax and also move to using types from core::ffi as well as some other more modern constructs.

waywardmonkeys commented 1 month ago

This is as discussed in #691 and also needed for #692.

I've also discussed this with the maintainer of the objc2 family of crates.