Skip to content

Commit b831107

Browse files
authored
Merge pull request #54 from Foundation-Devices/update-rkyv
update rkyv 0.8
2 parents 55f009f + d0a9b9c commit b831107

File tree

2 files changed

+119
-78
lines changed

2 files changed

+119
-78
lines changed

Cargo.lock

Lines changed: 118 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ gstp = { version = "0.11.0" }
1616
chrono = "0.4"
1717
getrandom = { version = "0.2" }
1818
insta = { version = "1.43.2" }
19-
minicbor = { version = "0.24.2", features = ["alloc", "derive"] }
2019
thiserror = { version = "2" }
21-
rkyv = { version = "0.7", default-features = false, features = [
22-
"size_32",
23-
"alloc",
24-
] }
20+
rkyv = { version = "0.8" }
2521

2622
# workspace crates
2723
backup-shard = { path = "backup-shard" }

0 commit comments

Comments
 (0)