From 49c23727fa681753eaae8010958a9a1293954103 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Thu, 19 Jan 2023 23:05:43 -0700 Subject: [PATCH] (cargo-release) version 1.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07027cf..b636b86 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.12.4" +version = "1.13.0" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"