From 20f4a09404d79c9ab549efd8d3f5d82977368e4d Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 30 Jul 2024 17:08:09 -0600 Subject: [PATCH] chore: Release bytemuck version 1.16.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ccf3fa..ffa457b 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.2" +version = "1.16.3" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"