Skip to content

Commit

Permalink
Rename zerocopy trait in log
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard authored Oct 8, 2024
1 parent 8664288 commit 745a4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ These changes mean that the MSRV of the crate is increased from 1.67.1 to 1.81.0

### Other changes

- Added the `zerocopy` feature that derives the `AsBytes` trait from the [`zerocopy`](https://crates.io/crates/zerocopy)
- Added the `zerocopy` feature that derives the `IntoBytes` trait from the [`zerocopy`](https://crates.io/crates/zerocopy)
crate for the `Primes` struct.
- Added the `rkyv` feature that derives the `Serialize`, `Deserialize`, and `Archive`
traits from the [`rkyv`](https://crates.io/crates/rkyv) crate for the `Primes`
Expand Down

0 comments on commit 745a4da

Please sign in to comment.