diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bf6564f..6256062 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,6 +21,7 @@ jobs: sys-macos: strategy: + fail-fast: false matrix: feature: [ AGL, @@ -110,7 +111,6 @@ jobs: HealthKit, Hypervisor, ICADevices, - IMServicePlugIn, IOBluetooth, IOBluetoothUI, IOKit, @@ -124,7 +124,6 @@ jobs: InstantMessage, Intents, IntentsUI, - JavaNativeFoundation, JavaRuntimeSupport, JavaScriptCore, Kerberos, @@ -247,11 +246,11 @@ jobs: AssetsLibrary, AudioToolbox, AudioUnit, - AuthenticationServices, + # AuthenticationServices, AutomaticAssessmentConfiguration, BackgroundAssets, BackgroundTasks, - BusinessChat, + # BusinessChat, CFNetwork, CallKit, CarPlay, @@ -288,7 +287,6 @@ jobs: DeviceDiscoveryExtension, EventKit, EventKitUI, - ExposureNotification, ExtensionFoundation, ExtensionKit, ExternalAccessory, diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml index b6a8c01..58faac6 100644 --- a/bindgen/Cargo.toml +++ b/bindgen/Cargo.toml @@ -14,7 +14,7 @@ include = ["*.toml", "/src"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bindgen = "0.69" +bindgen = "0.72.1" serde = { version = "1.0", features = ["derive"] } toml = "0.6" derive_more = { version = "0.99" }