From 987baf6273226f248860a55c2c526e27f67db0d4 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 13 Jun 2021 08:14:12 -0600 Subject: [PATCH] (cargo-release) version 1.6.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0bcb36f..03ed2d0 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.6.2-alpha.0" +version = "1.6.2" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"