Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Nov 19, 2021
1 parent baca118 commit 1262c0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2"
version = "0.3.3"
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, default-features = false }
bytecheck = { version = "0.6", optional = true, default-features = false }

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![deny(
missing_docs,
missing_crate_level_docs,
rustdoc::missing_crate_level_docs,
rust_2018_compatibility,
rust_2018_idioms,
future_incompatible,
Expand Down

0 comments on commit 1262c0e

Please sign in to comment.