johnyburd / net-route

Rust crate providing a cross platform interface for interacting with the routing table
https://docs.rs/net-route/
17 stars 12 forks source link

update bindgen version to fix build error on macos #6

Closed xgzeng closed 11 months ago

xgzeng commented 11 months ago

proc-macro2 deps fail build on MacOS 14.1 with error:

"mach_port_optionsunion(anonymousat/Library/Developer/CommandLineTools/SDKs/MacOSX_sdk/usr/include/mach/port_h_381_2)" is not a valid Ident

xgzeng commented 11 months ago

conflict with earlier pull request