Use published versions of crates

This commit is contained in:
Steven Fackler 2016-09-21 21:41:42 -07:00
parent ae3cea7de6
commit a6e60b23b1

View File

@ -34,11 +34,11 @@ with-uuid = ["uuid"]
[dependencies]
bufstream = "0.1"
byteorder = "0.5"
fallible-iterator = "0.1"
fallible-iterator = "0.1.3"
hex = "0.2"
log = "0.3"
phf = "=0.7.15"
postgres-protocol = { git = "https://github.com/sfackler/rust-postgres-protocol" }
postgres-protocol = "0.1"
bit-vec = { version = "0.4", optional = true }
chrono = { version = "0.2.14", optional = true }
eui48 = { version = "0.1", optional = true }
@ -52,6 +52,3 @@ uuid = { version = ">= 0.1, < 0.4", optional = true }
[dev-dependencies]
url = "1.0"
[replace]
"fallible-iterator:0.1.2" = { git = "https://github.com/sfackler/rust-fallible-iterator" }