From e32f013a0623171464d0fe03a2f0663ac08701de Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 15 Dec 2021 23:20:30 -0700 Subject: [PATCH] (cargo-release) version 1.7.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0fbc08..4b13931 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.3-alpha.0" +version = "1.7.3" authors = ["Lokathor "] repository = "https://github.com/Lokathor/bytemuck" readme = "README.md"