fix sizeof usize assumed to be 8 (#143)

closes #141
This commit is contained in:
Ferdinand Schober
2024-06-09 00:49:00 +02:00
committed by GitHub
parent 5fd3b719d6
commit 460bacade5
4 changed files with 8 additions and 7 deletions

View File

@@ -35,6 +35,7 @@ once_cell = "1.19.0"
num_enum = "0.7.2"
hostname = "0.4.0"
slab = "0.4.9"
endi = "1.1.0"
[target.'cfg(unix)'.dependencies]
libc = "0.2.148"