Skip to content

Commit

Permalink
rkyv 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickomatic committed Oct 25, 2024
1 parent 5287081 commit 58287d4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 116 deletions.
172 changes: 57 additions & 115 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
serde = { version = "^1", features = ["derive"], optional = true }
rkyv = { version = "^0.7.44", features = ["std", "bytecheck", "validation"], optional = true }
rkyv = { version = "^0.8", features = ["std", "bytecheck"], optional = true }

[features]
rkyv = ["dep:rkyv"]
Expand Down

0 comments on commit 58287d4

Please sign in to comment.