From 6db9c1944b0604171a70e178bcdd1db1a4ce4dd2 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 13 Jun 2021 08:42:13 -0600 Subject: [PATCH] (cargo-release) start next development iteration 1.7.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73e22ed..d6cf0b4 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.7.0" +version = "1.7.1-alpha.0" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"