Skip to content

Commit e1c90e8

Browse files
committed
Upgrade rust edition
1 parent 37607f7 commit e1c90e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation = "http://oschwald.github.io/maxminddb-rust/maxminddb/struct.Reade
1111
repository = "https://github.com/oschwald/maxminddb-rust"
1212
license = "ISC"
1313
include = ["/Cargo.toml", "/benches/*.rs", "/src/**/*.rs", "/README.md", "/LICENSE"]
14-
edition = "2018"
14+
edition = "2021"
1515

1616
[features]
1717
default = []

0 commit comments

Comments
 (0)