1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

uptime: adapt test to API changes in bincode

This commit is contained in:
Daniel Hofstetter 2025-04-16 10:57:16 +02:00
parent e263ff3167
commit 8590f51f85
2 changed files with 9 additions and 5 deletions

View file

@ -537,7 +537,7 @@ xattr = { workspace = true }
# to deserialize a utmpx struct into a binary file
[target.'cfg(all(target_family= "unix",not(target_os = "macos")))'.dev-dependencies]
serde = { version = "1.0.202", features = ["derive"] }
bincode = { version = "2.0.1" }
bincode = { version = "2.0.1", features = ["serde"] }
serde-big-array = "0.5.1"