Skip to content

Commit

Permalink
Disable default features for rkyv dev dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Dec 19, 2023
1 parent 3d65fc2 commit 90d81c5
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 @@ -55,7 +55,7 @@ libm = { version = "0.2", optional = true, default-features = false}
# rand_xoshiro is required for tests if rand is enabled
rand_xoshiro = "0.6"
# Set a size_xx feature so that this crate compiles properly with --all-targets --all-features
rkyv = { version = "0.7", features = ["size_32"] }
rkyv = { version = "0.7", default-features = false, features = ["size_32"] }
serde_json = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
Expand Down

0 comments on commit 90d81c5

Please sign in to comment.