We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48980f commit fa620e0Copy full SHA for fa620e0
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "maxminddb"
4
-version = "0.5.3"
+version = "0.5.4"
5
description = "Library for reading MaxMind DB format used by GeoIP2"
6
documentation = "http://oschwald.github.io/maxminddb-rust/maxminddb/struct.Reader.html"
7
readme = "README.md"
@@ -20,4 +20,4 @@ path = "src/maxminddb/lib.rs"
20
[dependencies]
21
22
log = "0.3.1"
23
-rustc-serialize = "0.3.14"
+rustc-serialize = "0.3.15"
0 commit comments