From d75942c484d18137844cb905399e5a4a354e5916 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sat, 23 Jul 2022 21:15:23 -0600 Subject: [PATCH] (cargo-release) version 1.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4db41bf..0732036 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.10.0" +version = "1.11.0" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"