Skip to content

Commit

Permalink
Enable rkyv strict feature for Archive serialization
Browse files Browse the repository at this point in the history
Guarantess that archived data has the same structure on all platforms.

Related to #3695
  • Loading branch information
theduke committed Mar 30, 2023
1 parent 27d29b1 commit 88de5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde_bytes = { version = "0.11", optional = true }
thiserror = "1.0"
more-asserts = "0.2"
indexmap = { version = "1.6" }
rkyv = { version = "0.7.40", features = ["indexmap", "validation"] }
rkyv = { version = "0.7.40", features = ["indexmap", "validation", "strict"] }
enum-iterator = "0.7.0"
target-lexicon = { version = "0.12.2", default-features = false }
enumset = "1.0"
Expand Down

0 comments on commit 88de5c2

Please sign in to comment.