diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0992b41e..b2bc0de7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -35,7 +35,7 @@ jobs: toolchain: [stable] include: - os: macos-14 - toolchain: 1.56.1 + toolchain: 1.64 steps: - uses: actions/checkout@v4 - name: Install toolchain diff --git a/core-foundation/Cargo.toml b/core-foundation/Cargo.toml index 1bb2fc63..90e5b06c 100644 --- a/core-foundation/Cargo.toml +++ b/core-foundation/Cargo.toml @@ -24,7 +24,7 @@ default = ["link"] mac_os_10_7_support = ["core-foundation-sys/mac_os_10_7_support"] # backwards compatibility mac_os_10_8_features = ["core-foundation-sys/mac_os_10_8_features"] # enables new features -with-uuid = ["uuid"] +with-uuid = ["dep:uuid"] # Disable to manually link. Enabled by default. link = ["core-foundation-sys/link"]