From 099bd1054dd3ce82c5f018ee7138ce819a4f2fb4 Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Thu, 31 Oct 2024 13:46:21 -0700 Subject: [PATCH 1/2] revert pinning of pin-project-lite --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e08de8187d..a91ecbb4e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ hyper-util = "0.1" log = "0.4.21" once_cell = "1.13" ordered-float = "4.0" -pin-project-lite = "=0.2.14" # 0.2.15 is failing for cargo-check-external-types +pin-project-lite = "0.2" prost = "0.13" prost-build = "0.13" prost-types = "0.13" From 4b4bfff4871e9423d357cc73e6c23cf87d04c334 Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Thu, 31 Oct 2024 14:04:03 -0700 Subject: [PATCH 2/2] use the right nightly --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97c90efd2a..0acf176517 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,11 +73,11 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@nightly with: - toolchain: nightly-2024-05-01 + toolchain: nightly-2024-06-30 components: rustfmt - name: external-type-check run: | - cargo install cargo-check-external-types + cargo install cargo-check-external-types@0.1.13 cd ${{ matrix.example }} cargo check-external-types --config allowed-external-types.toml non-default-examples: