From 05c247eef33c20b8846ba881ca2e9aec7815fcb1 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 10 Jan 2024 02:02:36 +0900 Subject: [PATCH] ci: Check with both -Z minimal-versions and -Z direct-minimal-versions --- .github/workflows/ci.yml | 1 + pin-project-internal/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 732b56b0..b6d7a644 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,3 +79,4 @@ jobs: - run: cargo build --manifest-path tests/no-std/Cargo.toml --target thumbv6m-none-eabi - run: cargo build --manifest-path tests/rust-2015/Cargo.toml --target thumbv6m-none-eabi - run: cargo minimal-versions build --workspace --no-private --detach-path-deps=skip-exact --all-features + - run: cargo minimal-versions build --workspace --no-private --detach-path-deps=skip-exact --all-features --direct diff --git a/pin-project-internal/Cargo.toml b/pin-project-internal/Cargo.toml index 22c74098..8c21161e 100644 --- a/pin-project-internal/Cargo.toml +++ b/pin-project-internal/Cargo.toml @@ -19,7 +19,7 @@ proc-macro = true [dependencies] proc-macro2 = "1.0.60" -quote = "1" +quote = "1.0.25" syn = { version = "2.0.1", features = ["full", "visit-mut"] } [dev-dependencies]