Skip to content

Commit 3ee461f

Browse files
committed
Prepare for 0.5.5
1 parent d8bd828 commit 3ee461f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "maxminddb"
4-
version = "0.5.4"
4+
version = "0.5.5"
55
description = "Library for reading MaxMind DB format used by GeoIP2"
66
documentation = "http://oschwald.github.io/maxminddb-rust/maxminddb/struct.Reader.html"
77
readme = "README.md"
@@ -19,5 +19,5 @@ path = "src/maxminddb/lib.rs"
1919

2020
[dependencies]
2121

22-
log = "0.3.1"
23-
rustc-serialize = "0.3.15"
22+
log = "0.3.2"
23+
rustc-serialize = "0.3.16"

0 commit comments

Comments
 (0)