Skip to content

Commit

Permalink
Change docs.rs feature to use rkyv-64
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Jan 24, 2024
1 parent bf70419 commit 606754d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -70,7 +70,7 @@ bincode = { version = "1.3.0" }
wasm-bindgen-test = "0.3"

[package.metadata.docs.rs]
features = ["arbitrary", "rkyv", "serde", "unstable-locales"]
features = ["arbitrary", "rkyv-64", "serde", "unstable-locales"]
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
Expand Down

0 comments on commit 606754d

Please sign in to comment.