Skip to content

Commit

Permalink
Update to Rust's 2021 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed May 2, 2024
1 parent 5ba4921 commit 2906b1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ As of v1.0.4, version numbers are shared between esplugin and esplugin-ffi.
### Changed

- `Error::NoFilename`, `Error::ParsingIncomplete` and `Error::DecodeError` now hold contextual data.
- Updated to Rust's 2021 edition.

## [4.1.1] - 2022-09-15

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/Ortham/esplugin.git"
readme = "README.md"
categories = ["games", "parsing"]
license = "GPL-3.0"
edition = "2018"
edition = "2021"

[badges]
coveralls = { repository = "Ortham/esplugin" }
Expand Down
1 change: 1 addition & 0 deletions ffi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ After v1.0.3, version numbers are shared between esplugin and esplugin-ffi.
### Changed

- Updated to esplugin v5.0.0.
- Updated to Rust's 2021 edition.

### Removed

Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/Ortham/esplugin.git"
readme = "../README.md"
categories = ["games", "parsing"]
license = "GPL-3.0"
edition = "2018"
edition = "2021"
exclude = [
"build/*",
"include/*",
Expand Down

0 comments on commit 2906b1c

Please sign in to comment.