From 226c584efc8e35de52fd27476aa78243a7cf8dba Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 19 Oct 2024 17:42:26 -0600 Subject: [PATCH] v0.2.0-rc.12 One final release candidate to make sure docs.rs builds before a final release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7607314..1defcf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" [[package]] name = "hybrid-array" -version = "0.2.0-rc.11" +version = "0.2.0-rc.12" dependencies = [ "bincode", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 085e76a..5441e84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hybrid-array" -version = "0.2.0-rc.11" +version = "0.2.0-rc.12" description = """ Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability