From 355deeb40d8740df4e84ae6a9f4fc87ddf5cf91d Mon Sep 17 00:00:00 2001 From: Joshua Liebow-Feeser Date: Wed, 2 Aug 2023 11:32:19 -0700 Subject: [PATCH] Release 0.7.0-alpha.5 (#213) --- Cargo.toml | 4 ++-- zerocopy-derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c76fbb7595..46a613741a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ [package] edition = "2021" name = "zerocopy" -version = "0.7.0-alpha.4" +version = "0.7.0-alpha.5" authors = ["Joshua Liebow-Feeser "] description = "Utilities for zero-copy parsing and serialization" license = "BSD-2-Clause" @@ -40,7 +40,7 @@ simd-nightly = ["simd"] __internal_use_only_features_that_work_on_stable = ["alloc", "simd"] [dependencies] -zerocopy-derive = { version = "=0.7.0-alpha.4", path = "zerocopy-derive" } +zerocopy-derive = { version = "=0.7.0-alpha.5", path = "zerocopy-derive" } [dependencies.byteorder] version = "1.3" diff --git a/zerocopy-derive/Cargo.toml b/zerocopy-derive/Cargo.toml index ee73972b38..3ec45a01f9 100644 --- a/zerocopy-derive/Cargo.toml +++ b/zerocopy-derive/Cargo.toml @@ -5,7 +5,7 @@ [package] edition = "2021" name = "zerocopy-derive" -version = "0.7.0-alpha.4" +version = "0.7.0-alpha.5" authors = ["Joshua Liebow-Feeser "] description = "Custom derive for traits from the zerocopy crate" license = "BSD-2-Clause"