fix sizeof usize assumed to be 8

closes #141
This commit is contained in:
Ferdinand Schober
2024-06-09 00:08:01 +02:00
parent 5fd3b719d6
commit 81e2c59e8f
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"