From 04ed11bdd5ec8e53d3377272f42bb2d4b21b1d31 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 6 Feb 2024 19:55:05 -0700 Subject: [PATCH] chore: Release bytemuck version 1.14.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fdd9e06..e0196e4 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.1" +version = "1.14.2" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"