From f3cbc521a0ac1ac179ab2b246d1964e6cee95910 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 3 Mar 2024 17:28:22 -0700 Subject: [PATCH] v0.2.0-rc.7 (#59) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6ea6a9..704005f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "hybrid-array" -version = "0.2.0-rc.6" +version = "0.2.0-rc.7" dependencies = [ "typenum", "zeroize", diff --git a/Cargo.toml b/Cargo.toml index b7c114e..96c9410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hybrid-array" -version = "0.2.0-rc.6" +version = "0.2.0-rc.7" description = """ Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability