Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
IncSW committed Mar 26, 2024
1 parent 5d3c689 commit 30537c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[![Downloads](https://img.shields.io/crates/d/geoip2.svg)](https://crates.io/crates/geoip2)

[![crates.io](https://img.shields.io/crates/v/geoip2?label=latest)](https://crates.io/crates/geoip2)
[![Documentation](https://docs.rs/geoip2/badge.svg?version=0.1.6)](https://docs.rs/geoip2/0.1.6)
[![Dependency Status](https://deps.rs/crate/geoip2/0.1.6/status.svg)](https://deps.rs/crate/geoip2/0.1.6)
[![Documentation](https://docs.rs/geoip2/badge.svg?version=0.1.7)](https://docs.rs/geoip2/0.1.7)
[![Dependency Status](https://deps.rs/crate/geoip2/0.1.7/status.svg)](https://deps.rs/crate/geoip2/0.1.7)


</div>
Expand All @@ -19,7 +19,7 @@

```toml
[dependencies]
geoip2 = "0.1.6"
geoip2 = "0.1.7"
```

See [examples/lookup.rs](examples/lookup.rs) for a basic example.
Expand Down

0 comments on commit 30537c9

Please sign in to comment.