From bf68430b59d019bbeddd2a2fa44a6de32c7b24b6 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sat, 2 Jul 2022 18:14:46 -0600 Subject: [PATCH] (cargo-release) version 1.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc93bd3..7cca8dc 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.9.1" +version = "1.10.0" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"