Skip to content

Commit

Permalink
Release 0.5.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Sep 2, 2024
1 parent 93fb713 commit f099f85
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-alpha.8"
version = "0.5.0-rc.1"
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-alpha.10", optional = true, default-features = false }
bytecheck = { version = "0.8.0-rc.1", optional = true, default-features = false }

[features]
default = []
Expand Down

0 comments on commit f099f85

Please sign in to comment.