We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libc
1 parent b89e4b7 commit 6a5860bCopy full SHA for 6a5860b
zerocopy-derive/Cargo.toml
@@ -40,6 +40,8 @@ dissimilar = "1.0.9"
40
# version resolver fails to select any version for once_cell unless we
41
# depend on it directly.
42
once_cell = "=1.9"
43
+# Same MSRV issue as above.
44
+libc = "=0.2.163"
45
# This is the latest version which is compatible with `syn` 2.0.46, which we pin
46
# to in CI for MSRV compatibility reasons.
47
prettyplease = "=0.2.17"
0 commit comments