Skip to content

Commit 25085fd

Browse files
committedJul 6, 2021
Fix default features, release 0.3.1
1 parent 7fc358f commit 25085fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rend"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["David Koloski <djkoloski@gmail.com>"]
55
edition = "2018"
66
description = "Endian-aware primitives for Rust"
@@ -14,7 +14,7 @@ readme = "crates-io.md"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
bytecheck = { version = "0.6.0", optional = true }
17+
bytecheck = { version = "0.6.0", optional = true, default-features = false }
1818

1919
[features]
2020
default = ["std"]

0 commit comments

Comments
 (0)
Please sign in to comment.