Skip to content

Commit e1860c7

Browse files
authored
[chore] Revert pinning of pin-project-lite crate after upstream fix, and CI fix (#2264)
1 parent a5e2061 commit e1860c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373
- uses: actions/checkout@v4
7474
- uses: dtolnay/rust-toolchain@nightly
7575
with:
76-
toolchain: nightly-2024-05-01
76+
toolchain: nightly-2024-06-30
7777
components: rustfmt
7878
- name: external-type-check
7979
run: |
80-
cargo install cargo-check-external-types
80+
cargo install cargo-check-external-types@0.1.13
8181
cd ${{ matrix.example }}
8282
cargo check-external-types --config allowed-external-types.toml
8383
non-default-examples:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ hyper-util = "0.1"
3030
log = "0.4.21"
3131
once_cell = "1.13"
3232
ordered-float = "4.0"
33-
pin-project-lite = "=0.2.14" # 0.2.15 is failing for cargo-check-external-types
33+
pin-project-lite = "0.2"
3434
prost = "0.13"
3535
prost-build = "0.13"
3636
prost-types = "0.13"

0 commit comments

Comments
 (0)