Skip to content

Commit

Permalink
Update CHANGELOG and README for MSRV change
Browse files Browse the repository at this point in the history
  • Loading branch information
sharksforarms committed May 22, 2024
1 parent b8e8c65 commit 87f4485
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## [Unreleased]

## Changes
- Bumped MSRV to `1.71` ([#438](/~https://github.com/sharksforarms/deku/pull/438))
- Add DekuWrite impl for `[T]` ([#416](/~https://github.com/sharksforarms/deku/pull/416))
- Add `no-assert-string` feature to remove panic string on failed assertion ([#405](/~https://github.com/sharksforarms/deku/pull/405))
- Add `read_all` attribute to read until `reader.end()` ([#387](/~https://github.com/sharksforarms/deku/pull/387))
- Added MSRV for `1.67.1` ([#390](/~https://github.com/sharksforarms/deku/pull/390))
- Changed edition to 2021 ([#389](/~https://github.com/sharksforarms/deku/pull/389))
- Refactored `logging` feature with massive usability increases ([#352](/~https://github.com/sharksforarms/deku/pull/352)), ([#355](/~https://github.com/sharksforarms/deku/pull/355))
- Bumped the `syn` library to 2.0, which required replacing `type` for Enums with `id_type` ([#386](/~https://github.com/sharksforarms/deku/pull/386))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Avoid the requirement of writing redundant, error-prone parsing and writing code
for binary structs or network headers

## Usage
*Compiler support: requires rustc 1.67.1+*
*Compiler support: requires rustc 1.71+*

```toml
[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion deku-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
repository = "/~https://github.com/sharksforarms/deku"
description = "bit level serialization/deserialization proc-macro for structs"
readme = "../README.md"
rust-version = "1.67.1"
rust-version = "1.71"

[lib]
proc-macro = true
Expand Down

0 comments on commit 87f4485

Please sign in to comment.