Skip to content

Commit 9d00ded

Browse files
authored
Upgrade cargo_metadata to 0.20 (#375)
1 parent ca68875 commit 9d00ded

File tree

3 files changed

+437
-32
lines changed

3 files changed

+437
-32
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
3333
matrix:
3434
os: [ubuntu-latest, macos-13, windows-latest]
35-
toolchain: [1.74.0, stable, nightly]
35+
toolchain: [1.85.0, stable, nightly]
3636
zig: [0.11.0, 0.14.1, master]
3737
exclude:
3838
# Only test MSRV with zig stable version
39-
- toolchain: 1.74.0
39+
- toolchain: 1.85.0
4040
zig: master
4141
env:
4242
RUST_BACKTRACE: "1"
@@ -65,8 +65,6 @@ jobs:
6565
x86_64-pc-windows-gnu \
6666
i686-pc-windows-gnu
6767
- name: Test bindgen
68-
# zstd with bindgen requires Rust 1.77+
69-
if: ${{ matrix.toolchain != '1.74.0' }}
7068
shell: bash
7169
run: |
7270
set -e
@@ -134,7 +132,7 @@ jobs:
134132
cargo run zigbuild --target aarch64-apple-darwin --manifest-path tests/hello-tls/Cargo.toml
135133
cargo run zigbuild --target aarch64-apple-darwin --manifest-path tests/hello-rustls/Cargo.toml
136134
- name: macOS - Test build bindgen with SDKROOT
137-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.toolchain != '1.74.0' }}
135+
if: ${{ matrix.os == 'ubuntu-latest' }}
138136
env:
139137
SDK: MacOSX11.3.sdk
140138
run: cargo run zigbuild --manifest-path tests/zstd-rs/Cargo.toml --features bindgen --target aarch64-apple-darwin

0 commit comments

Comments
 (0)