Skip to content

Commit

Permalink
Bump to edition 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev authored and TedDriggs committed Apr 2, 2024
1 parent c21ae61 commit efcab34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ implementing custom derives.
"""
license = "MIT"
readme = "README.md"
edition = "2018"
edition = "2021"
exclude = ["/.travis.yml", "/publish.sh", "/.github/**"]

[badges]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Helper crate for proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
"""
license = "MIT"
edition = "2018"
edition = "2021"

[features]
diagnostics = []
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Internal support for a proc-macro library for reading attributes into structs wh
implementing custom derives. Use https://crates.io/crates/darling in your code.
"""
license = "MIT"
edition = "2018"
edition = "2021"

[dependencies]
quote = "1.0.18"
Expand Down

0 comments on commit efcab34

Please sign in to comment.