From b75005c4d04e60576e9d1770c016f9946bc86ff3 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 1 Apr 2022 23:49:36 -0600 Subject: [PATCH] (cargo-release) version 1.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 145ca24..dc93bd3 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.0" +version = "1.9.1" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"