From 9bf993b1e487b1e7242aeb970e0d06fa7e4ae166 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 19 Nov 2024 10:28:30 -0700 Subject: [PATCH] chore: Release bytemuck version 1.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c273325..4e6c92a 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.19.0" +version = "1.20.0" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"