From 501e0428b3485d4680cab0ea03a01c16f24f8bed Mon Sep 17 00:00:00 2001 From: David Koloski Date: Fri, 19 Feb 2021 02:13:36 -0600 Subject: [PATCH] Release 0.4 --- bytecheck/Cargo.toml | 8 ++++---- bytecheck_derive/Cargo.toml | 2 +- bytecheck_test/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bytecheck/Cargo.toml b/bytecheck/Cargo.toml index 536c79e..88c9fd6 100644 --- a/bytecheck/Cargo.toml +++ b/bytecheck/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytecheck" -version = "0.3.0" +version = "0.4.0" authors = ["David Koloski "] edition = "2018" description = "Derive macro for bytecheck" @@ -14,12 +14,12 @@ readme = "crates-io.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bytecheck_derive = { version = "=0.3.0", path = "../bytecheck_derive" } +bytecheck_derive = { version = "=0.4.0", path = "../bytecheck_derive" } memoffset = "0.6" -ptr_meta = "0.1" +ptr_meta = "0.1.1" [dev-dependencies] -bytecheck_derive = { version = "0.3.0", path = "../bytecheck_derive" } +bytecheck_derive = { version = "0.4.0", path = "../bytecheck_derive" } [features] default = [] diff --git a/bytecheck_derive/Cargo.toml b/bytecheck_derive/Cargo.toml index 7a4f3a2..b374d02 100644 --- a/bytecheck_derive/Cargo.toml +++ b/bytecheck_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bytecheck_derive" -version = "0.3.0" +version = "0.4.0" authors = ["David Koloski "] edition = "2018" description = "Derive macro for bytecheck" diff --git a/bytecheck_test/Cargo.toml b/bytecheck_test/Cargo.toml index dd2874e..249d87f 100644 --- a/bytecheck_test/Cargo.toml +++ b/bytecheck_test/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/djkoloski/bytecheck" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] -bytecheck = { version = "0.3.0", path = "../bytecheck" } +bytecheck = { version = "0.4.0", path = "../bytecheck" } [features] default = []