File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " geoip2"
3- version = " 0.1.4 "
3+ version = " 0.1.5 "
44authors = [" IncSW <dev@incsw.in>" ]
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 99[ ![ Downloads] ( https://img.shields.io/crates/d/geoip2.svg )] ( https://crates.io/crates/geoip2 )
1010
1111[ ![ crates.io] ( https://img.shields.io/crates/v/geoip2?label=latest )] ( https://crates.io/crates/geoip2 )
12- [ ![ Documentation] ( https://docs.rs/geoip2/badge.svg?version=0.1.4 )] ( https://docs.rs/geoip2/0.1.4 )
13- [ ![ Dependency Status] ( https://deps.rs/crate/geoip2/0.1.4 /status.svg )] ( https://deps.rs/crate/geoip2/0.1.4 )
12+ [ ![ Documentation] ( https://docs.rs/geoip2/badge.svg?version=0.1.5 )] ( https://docs.rs/geoip2/0.1.5 )
13+ [ ![ Dependency Status] ( https://deps.rs/crate/geoip2/0.1.5 /status.svg )] ( https://deps.rs/crate/geoip2/0.1.5 )
1414
1515
1616</div >
1919
2020``` toml
2121[dependencies ]
22- geoip2 = " 0.1.4 "
22+ geoip2 = " 0.1.5 "
2323```
2424
2525See [ examples/lookup.rs] ( examples/lookup.rs ) for a basic example.
You can’t perform that action at this time.
0 commit comments