Skip to content

Commit b04d8cc

Browse files
committed
Release 0.5.0
1 parent a569591 commit b04d8cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rend"
33
description = "Cross-platform, endian-aware primitives for Rust"
4-
version = "0.5.0-rc.2"
4+
version = "0.5.0"
55
authors = ["David Koloski <[email protected]>"]
66
edition = "2021"
77
license = "MIT"
@@ -14,7 +14,7 @@ documentation = "https://docs.rs/rend"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
bytecheck = { version = "0.8.0-rc.2", optional = true, default-features = false }
17+
bytecheck = { version = "0.8", optional = true, default-features = false }
1818

1919
[features]
2020
default = []

0 commit comments

Comments
 (0)