From bb2b95643e8147e4fcc76eb65e27af099a1d6e14 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 24 Jul 2020 20:44:29 -0600 Subject: [PATCH] (cargo-release) version 1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4366e22..db9aba3 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.3.0-alpha.0" +version = "1.3.0" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"