Skip to content

Commit 1262c0e

Browse files
committed
Release 0.3.3
1 parent baca118 commit 1262c0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rend"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
authors = ["David Koloski <[email protected]>"]
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, default-features = false }
17+
bytecheck = { version = "0.6", optional = true, default-features = false }
1818

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

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#![cfg_attr(not(feature = "std"), no_std)]
5454
#![deny(
5555
missing_docs,
56-
missing_crate_level_docs,
56+
rustdoc::missing_crate_level_docs,
5757
rust_2018_compatibility,
5858
rust_2018_idioms,
5959
future_incompatible,

0 commit comments

Comments
 (0)