From b04d8cc3bc96ad51336dba62dd1e379e4425a64e Mon Sep 17 00:00:00 2001 From: David Koloski Date: Wed, 11 Sep 2024 01:48:51 -0400 Subject: [PATCH] Release 0.5.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ac3f066..a269165 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.2" +version = "0.5.0" 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.2", optional = true, default-features = false } +bytecheck = { version = "0.8", optional = true, default-features = false } [features] default = []