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.
1 parent 4eaa529 commit aa20433Copy full SHA for aa20433
Cargo.toml
@@ -15,7 +15,7 @@ time = "0.3.36"
15
libc = "0.2.154"
16
utmp-raw = { version = "0.3.0", path = "raw" }
17
thiserror = "2.0.0"
18
-zerocopy = { version = "0.7.32", features = ["derive"] }
+zerocopy = { version = "0.8.0", features = ["derive"] }
19
20
[workspace]
21
members = ["raw"]
raw/Cargo.toml
@@ -19,4 +19,4 @@ path = "dump_utmp.rs"
[dependencies]
cfg-if = "1.0.0"
22
0 commit comments