From 1fb8574401d92c74f1f39d0bba73299bd7b6fefc Mon Sep 17 00:00:00 2001 From: David Koloski Date: Wed, 11 Sep 2024 01:46:34 -0400 Subject: [PATCH] Release 0.8.0 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7812244..e86fa2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.8.0-rc.2" +version = "0.8.0" authors = ["David Koloski "] edition = "2021" rust-version = "1.81" @@ -17,11 +17,11 @@ keywords = ["no_std", "validation", "serialization"] categories = ["encoding", "no-std", "no-std::no-alloc"] [workspace.dependencies] -bytecheck = { version = "=0.8.0-rc.2", path = "bytecheck", default-features = false } -bytecheck_derive = { version = "=0.8.0-rc.2", path = "bytecheck_derive", default-features = false } +bytecheck = { version = "0.8", path = "bytecheck", default-features = false } +bytecheck_derive = { version = "=0.8.0", path = "bytecheck_derive", default-features = false } proc-macro2 = { version = "1", default-features = false } -ptr_meta = { version = "=0.3.0-rc.2", default-features = false } -rancor = { version = "=0.1.0-rc.2", default-features = false } +ptr_meta = { version = "0.3", default-features = false } +rancor = { version = "0.1", default-features = false } simdutf8 = { version = "0.1", default-features = false } syn = { version = "2", default-features = false } quote = { version = "1", default-features = false }