Skip to content

Commit

Permalink
Update rust edition (#7)
Browse files Browse the repository at this point in the history
* refactor: update rust edition
  • Loading branch information
negezor authored Mar 26, 2024
1 parent 00b50e5 commit 31698b6
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 @@ -10,7 +10,7 @@ homepage = "https://github.com/IncSW/geoip2-rs"
documentation = "https://docs.rs/geoip2"
repository = "https://github.com/IncSW/geoip2-rs"
license = "MIT"
edition = "2018"
edition = "2021"
exclude = ["testdata"]

[features]
Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://github.com/IncSW/geoip2-rs"
documentation = "https://docs.rs/geoip2-codegen"
repository = "https://github.com/IncSW/geoip2-rs"
license = "MIT"
edition = "2018"
edition = "2021"

[lib]
proc-macro = true
Expand Down

0 comments on commit 31698b6

Please sign in to comment.