From 6f1c78e82486bcfa0da5d10970c815ec4d4a0738 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 17 Feb 2021 21:46:34 -0700 Subject: [PATCH] (cargo-release) version 1.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f403286..1e051d2 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.5.1-alpha.0" +version = "1.5.1" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"