We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc358f commit 25085fdCopy full SHA for 25085fd
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rend"
3
-version = "0.3.0"
+version = "0.3.1"
4
authors = ["David Koloski <djkoloski@gmail.com>"]
5
edition = "2018"
6
description = "Endian-aware primitives for Rust"
@@ -14,7 +14,7 @@ readme = "crates-io.md"
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
16
[dependencies]
17
-bytecheck = { version = "0.6.0", optional = true }
+bytecheck = { version = "0.6.0", optional = true, default-features = false }
18
19
[features]
20
default = ["std"]
0 commit comments