Skip to content

Commit

Permalink
bump rkyv and update its feature set
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Oct 23, 2024
1 parent 7452ce3 commit 3302880
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 11 deletions.
104 changes: 94 additions & 10 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 lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metrics.workspace = true
num-traits = { version = "0.2.19", default-features = false }
paste = "1.0.15"
pin-project.workspace = true
rkyv = { version = "0.7.45", default-features = false, features = ["size_32", "std", "strict", "validation"] }
rkyv = { version = "0.8.8", default-features = false, features = ["pointer_width_32", "std"] }
serde.workspace = true
snafu = { version = "0.7.5", default-features = false, features = ["std"] }
tokio-util = { version = "0.7.0", default-features = false }
Expand Down

0 comments on commit 3302880

Please sign in to comment.