Skip to content

Commit

Permalink
Update to Rust's 2021 edition
Browse files Browse the repository at this point in the history
This means that the memchr and winapi sub-dependencies are built with
fewer features.
  • Loading branch information
Ortham committed Mar 27, 2022
1 parent 62a3914 commit 169fc9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/libloadorder.git"
readme = "README.md"
categories = ["games", "parsing"]
license = "GPL-3.0"
edition = "2018"
edition = "2021"
exclude = [
"target/*",
]
Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/Ortham/libloadorder.git"
readme = "../README.md"
categories = ["games"]
license = "GPL-3.0"
edition = "2018"
edition = "2021"
exclude = [
"build/*",
"include/*",
Expand Down

0 comments on commit 169fc9e

Please sign in to comment.