servo / core-foundation-rs

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

Revert "mach_port: Removed redundant `pub use`" #620

Closed jrmuizel closed 1 year ago

jrmuizel commented 1 year ago

This reverts commit 6d00383bafd95f7457a288e1948fc4111a34ae9e.

It broke semver because it removed the export of CFIndex which which older versions of the core-foundation crate are depending on.