Skip to content

Commit

Permalink
Update rkyv version
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Sep 16, 2024
1 parent 1bc85c0 commit 04a58ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pot = { version = "=3.0.0", optional = true }
pprof = { version = "=0.13.0", features = ["flamegraph"], optional = true }
prost = { version = "=0.12.6", optional = true }
rand = "=0.8.5"
rkyv = { version = "=0.8.3", optional = true }
rkyv = { version = "=0.8.5", optional = true }
rmp-serde = { version = "=1.3.0", optional = true }
ron = { version = "=0.8.1", optional = true }
serde = { version = "=1.0.204", features = ["derive"], optional = true }
Expand Down

0 comments on commit 04a58ed

Please sign in to comment.