Skip to content

Commit 0202299

Browse files
authored
Pin pin_project_lite to older version due to external_type_check compatibility (#2239)
1 parent 2f65b54 commit 0202299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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"
33+
pin-project-lite = "=0.2.14" # 0.2.15 is failing for cargo-check-external-types
3434
prost = "0.13"
3535
prost-build = "0.13"
3636
prost-types = "0.13"

0 commit comments

Comments
 (0)