Skip to content

Commit

Permalink
don't use feature "zerocopy/byteorder"
Browse files Browse the repository at this point in the history
  • Loading branch information
kadiwa4 committed Oct 10, 2023
1 parent 5228cd3 commit 96b0240
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 @@ -35,7 +35,7 @@ required-features = ["alloc"]
ascii = { version = "1.1.0", default-features = false }
deforest_derive = { path = "deforest_derive", version = "=0.1.0", optional = true }
fallible-iterator = { version = "0.3.0", default-features = false }
zerocopy = { version = "0.7.6", features = ["derive"] }
zerocopy = { version = "0.7.6", default-features = false, features = ["derive"] }

[features]
alloc = ["fallible-iterator/alloc"]
Expand Down

0 comments on commit 96b0240

Please sign in to comment.