File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " maxminddb"
3- version = " 0.27.3 "
3+ version = " 0.28.0 "
44authors = [ " Gregory J. Oschwald <oschwald@gmail.com>" ]
55description = " Library for reading MaxMind DB format used by GeoIP2 and GeoLite2"
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ Add this to your `Cargo.toml`:
2828
2929``` toml
3030[dependencies ]
31- maxminddb = " 0.27 "
31+ maxminddb = " 0.28 "
3232```
3333
3434Enable optional features as needed:
3535
3636``` toml
3737[dependencies ]
38- maxminddb = { version = " 0.27 " , features = [" mmap" ] }
38+ maxminddb = { version = " 0.28 " , features = [" mmap" ] }
3939```
4040
4141## Example
@@ -113,7 +113,7 @@ Enable in `Cargo.toml`:
113113
114114``` toml
115115[dependencies ]
116- maxminddb = { version = " 0.27 " , features = [" mmap" ] }
116+ maxminddb = { version = " 0.28 " , features = [" mmap" ] }
117117```
118118
119119Note: ` simdutf8 ` and ` unsafe-str-decode ` are mutually exclusive.
You can’t perform that action at this time.
0 commit comments