mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-25 00:02:22 +00:00
use the new derive updates.
This commit is contained in:
parent
3f2e91d3a6
commit
950a3ed3b9
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "bytemuck"
|
||||
description = "A crate for mucking around with piles of bytes."
|
||||
version = "1.12.0"
|
||||
version = "1.12.1"
|
||||
authors = ["Lokathor <zefria@gmail.com>"]
|
||||
repository = "https://github.com/Lokathor/bytemuck"
|
||||
readme = "README.md"
|
||||
@ -28,7 +28,7 @@ unsound_ptr_pod_impl = []
|
||||
nightly_portable_simd = []
|
||||
|
||||
[dependencies]
|
||||
bytemuck_derive = { version = "1.2", path = "derive", optional = true }
|
||||
bytemuck_derive = { version = "1.2.1", path = "derive", optional = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
# Note(Lokathor): Don't use all-features or it would use `unsound_ptr_pod_impl` too.
|
||||
|
@ -1,5 +1,10 @@
|
||||
# `bytemuck` changelog
|
||||
|
||||
## 1.12.1
|
||||
|
||||
* Patch bumped the required `bytemuck_derive` version because of a regression in
|
||||
how it handled `align(N)` attributes.
|
||||
|
||||
## 1.12
|
||||
|
||||
* This minor version bump is caused by a version bump in our `bytemuck_derive`
|
||||
|
Loading…
Reference in New Issue
Block a user