Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Sep 11, 2024
1 parent a569591 commit b04d8cc
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,7 +1,7 @@
[package]
name = "rend"
description = "Cross-platform, endian-aware primitives for Rust"
version = "0.5.0-rc.2"
version = "0.5.0"
authors = ["David Koloski <djkoloski@gmail.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -14,7 +14,7 @@ documentation = "https://docs.rs/rend"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[features]
default = []
Expand Down

0 comments on commit b04d8cc

Please sign in to comment.