Skip to content

Commit

Permalink
Bump edition to 2021
Browse files Browse the repository at this point in the history
Closes #356
  • Loading branch information
wcampbell0x2a committed Dec 28, 2023
1 parent 4a42b5c commit 81d9426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## Changes
[#390](https://github.com/sharksforarms/deku/pull/390) added MSRV for `1.67.1`.
[#389](https://github.com/sharksforarms/deku/pull/389) changed edition to 2021
[#352](https://github.com/sharksforarms/deku/pull/352) added a new function `from_reader` that uses `io::Read`.
`io::Read` is also now used internally, bringing massive performance and usability improvements.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors = ["sharks <sharks@sharks>"]
edition = "2018"
edition = "2021"
name = "deku"
version = "0.16.0"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 81d9426

Please sign in to comment.