From dfd915a9f3b984981358568cc038a48c1ec07210 Mon Sep 17 00:00:00 2001 From: David Koloski Date: Sun, 8 Sep 2024 22:12:07 -0400 Subject: [PATCH] Release 0.5.0-rc.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 374044f..ac3f066 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rend" description = "Cross-platform, endian-aware primitives for Rust" -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" authors = ["David Koloski "] edition = "2021" license = "MIT" @@ -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.1", optional = true, default-features = false } +bytecheck = { version = "0.8.0-rc.2", optional = true, default-features = false } [features] default = []