Skip to content

Commit 6a5860b

Browse files
authored
Pin libc version to 0.2.163 (#2085)
0.2.164 bumps the MSRV of libc beyond our crate's. By pinning libc to the last compatible version, we ensure that our CI can run without issue.
1 parent b89e4b7 commit 6a5860b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zerocopy-derive/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ dissimilar = "1.0.9"
4040
# version resolver fails to select any version for once_cell unless we
4141
# depend on it directly.
4242
once_cell = "=1.9"
43+
# Same MSRV issue as above.
44+
libc = "=0.2.163"
4345
# This is the latest version which is compatible with `syn` 2.0.46, which we pin
4446
# to in CI for MSRV compatibility reasons.
4547
prettyplease = "=0.2.17"

0 commit comments

Comments
 (0)