We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3730cc3 commit e4b46f8Copy full SHA for e4b46f8
Cargo.toml
@@ -16,10 +16,10 @@ homepage = "https://github.com/marirs/rust-ip2location"
16
edition = "2021"
17
18
[dependencies]
19
-memmap2 = "0.9.0"
+memmap2 = "0.9"
20
serde = { version = "1", features = ["derive"] }
21
serde_json = "1"
22
-serde_with = "3.9.0"
+serde_with = "3.11"
23
24
[profile.dev]
25
opt-level = 3
README.md
@@ -32,7 +32,7 @@ cargo t -v
32
### Usage
33
```toml
34
35
-ip2location = "0.5.3"
+ip2location = "0.5.4"
36
```
37
38
### Example
0 commit comments