From 4d2fc16208e55db8e231a6f0bf5ea4b928579502 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 12 Mar 2024 23:15:46 -0600 Subject: [PATCH] chore: Release bytemuck version 1.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53050f0..1180a90 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.14.3" +version = "1.15.0" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"