From 4c46b919e2cccae67b3ef2648b1f746d0638afb3 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 13 May 2024 11:08:36 -0600 Subject: [PATCH] chore: Release bytemuck version 1.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2428d59..bde2736 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.15.0" +version = "1.16.0" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"