mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Merge pull request #7767 from cakebaker/bump_bincode
Bump `bincode` & adapt test code to API changes
This commit is contained in:
commit
785ae3c954
3 changed files with 39 additions and 12 deletions
|
@ -538,7 +538,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 = "1.3.3" }
|
||||
bincode = { version = "2.0.1", features = ["serde"] }
|
||||
serde-big-array = "0.5.1"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue