Skip to content

Commit

Permalink
Fix default features, release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Jul 6, 2021
1 parent 7fc358f commit 25085fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rend"
version = "0.3.0"
version = "0.3.1"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2018"
description = "Endian-aware primitives for Rust"
Expand All @@ -14,7 +14,7 @@ readme = "crates-io.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[features]
default = ["std"]
Expand Down

0 comments on commit 25085fd

Please sign in to comment.