From 621848fcf09ac42000e3b9c548f17f252c7e399c Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 20 Dec 2024 12:08:08 -0700 Subject: [PATCH] chore: Release bytemuck version 1.21.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7aa2fe0..0a0ac5b 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.20.0" +version = "1.21.0" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"