mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 14:22:26 +00:00
stupid branch stuff. (#248)
* Change #![allow(clippy::missing_docs_in_private_items)] to #[allow(clippy::missing_docs_in_private_items)], also rustfmt went wild * fix for 1.34 building. * clippy be quiet * derive changelog. * chore: Release bytemuck_derive version 1.7.0
This commit is contained in:
parent
c9540064f3
commit
d15b8e0e6d
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "bytemuck_derive"
|
||||
description = "derive proc-macros for `bytemuck`"
|
||||
version = "1.6.1"
|
||||
version = "1.7.0"
|
||||
authors = ["Lokathor <zefria@gmail.com>"]
|
||||
repository = "https://github.com/Lokathor/bytemuck"
|
||||
readme = "README.md"
|
||||
|
@ -1,6 +1,10 @@
|
||||
|
||||
## `bytemuck_derive` changelog
|
||||
|
||||
## 1.7.0
|
||||
|
||||
* Allow generics in `derive(ByteEq, ByteHash)` https://github.com/Lokathor/bytemuck/pull/219
|
||||
|
||||
## 1.6.0
|
||||
|
||||
* This allows `CheckedBitPattern` to be derived for enums with fields.
|
||||
|
Loading…
Reference in New Issue
Block a user