next version adds a feature, so it's a minor bump.

This commit is contained in:
Lokathor 2020-08-20 19:39:00 -06:00
parent 87e48ba1d9
commit 88c6f08213

View File

@ -1,7 +1,7 @@
[package]
name = "bytemuck"
description = "A crate for mucking around with piles of bytes."
version = "1.3.2-alpha.0"
version = "1.4.0-alpha.0"
authors = ["Lokathor <zefria@gmail.com>"]
repository = "https://github.com/Lokathor/bytemuck"
readme = "README.md"
@ -23,5 +23,3 @@ bytemuck_derive = { version = "1.0", path = "derive", optional = true }
[package.metadata.docs.rs]
all-features = true
[workspace]