From 6d44eadbd2651a0704a8d66afee5d312b80795f2 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 6 Dec 2019 12:42:16 -0700 Subject: [PATCH] (cargo-release) version 1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c4d4f3..0b2b973 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.0.2-alpha.0" +version = "1.1.0" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"