Skip to content

Commit

Permalink
Checked that the MSRV is 1.63, therefor it's safe to bump to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
Alextopher committed Dec 19, 2023
1 parent 7a8bd72 commit a8a5740
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
max_width = 79
edition = "2018"
edition = "2021"
11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
name = "ipinfo"
description = "ipinfo: A Rust library for IPInfo"
version = "3.0.0"
authors = ["Amr Ali <[email protected]>", "Uman Shahzad <[email protected]>", "Umar Farooq <[email protected]>", "Fayzan Ahmad <[email protected]>"]
edition = "2018"
authors = [
"Amr Ali <[email protected]>",
"Uman Shahzad <[email protected]>",
"Umar Farooq <[email protected]>",
"Fayzan Ahmad <[email protected]>",
]
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/ipinfo/rust/"
readme = "README.md"
Expand All @@ -22,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
include_dir = "0.7.3"
ipnetwork = "0.20.0"
tokio = { version = "1", features = ["macros", "time"]}
tokio = { version = "1", features = ["macros", "time"] }
lazy_static = "1.4"

[profile.release]
Expand Down

0 comments on commit a8a5740

Please sign in to comment.