Skip to content

Commit daf3000

Browse files
committed
Update README.md
1 parent 269466d commit daf3000

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
This library reads the MaxMind DB format, including the GeoIP2 and GeoLite2
66
databases.
77

8-
## Rust Version Supported ##
9-
10-
This project supports Rust 1.0.0-beta.2.
11-
128
## Building ##
139

1410
To build everything:
@@ -23,7 +19,7 @@ Add this to your `Cargo.toml`:
2319

2420
```toml
2521
[dependencies]
26-
maxminddb = "0.5.3"
22+
maxminddb = "0.7.0"
2723
```
2824

2925
and this to your crate root:

0 commit comments

Comments
 (0)