Skip to content

Commit

Permalink
use the new derive updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Aug 17, 2022
1 parent 3f2e91d commit 950a3ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
repository = "https://github.com/Lokathor/bytemuck"
readme = "README.md"
Expand All @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 950a3ed

Please sign in to comment.