From 758774d45142aa8ca8d6fbd965ba7a0325891bd8 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 30 Jul 2024 16:37:41 -0600 Subject: [PATCH] chore: Release bytemuck version 1.16.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dda25b9..0ccf3fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytemuck" description = "A crate for mucking around with piles of bytes." -version = "1.16.1" +version = "1.16.2" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"