From c03199ed0d0a04a3fb539d7400471e3014fb28ca Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 10 Nov 2019 23:42:52 -0700 Subject: [PATCH] (cargo-release) start next development iteration 0.1.3-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6491cf..141883d 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 = "0.1.2" +version = "0.1.3-alpha.0" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"