mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-25 00:02:22 +00:00
next version adds a feature, so it's a minor bump.
This commit is contained in:
parent
87e48ba1d9
commit
88c6f08213
@ -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]
|
Loading…
Reference in New Issue
Block a user