From 1e1a22e5eac57e5b473e0c427dc187008228ad46 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 24 Jan 2024 17:32:54 -0700 Subject: [PATCH] chore: Release bytemuck version 1.14.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b66b726..fdd9e06 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.0" +version = "1.14.1" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"