Skip to content

Commit a6e60b2

Browse files
committed
Use published versions of crates
1 parent ae3cea7 commit a6e60b2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ with-uuid = ["uuid"]
3434
[dependencies]
3535
bufstream = "0.1"
3636
byteorder = "0.5"
37-
fallible-iterator = "0.1"
37+
fallible-iterator = "0.1.3"
3838
hex = "0.2"
3939
log = "0.3"
4040
phf = "=0.7.15"
41-
postgres-protocol = { git = "https://github.com/sfackler/rust-postgres-protocol" }
41+
postgres-protocol = "0.1"
4242
bit-vec = { version = "0.4", optional = true }
4343
chrono = { version = "0.2.14", optional = true }
4444
eui48 = { version = "0.1", optional = true }
@@ -52,6 +52,3 @@ uuid = { version = ">= 0.1, < 0.4", optional = true }
5252

5353
[dev-dependencies]
5454
url = "1.0"
55-
56-
[replace]
57-
"fallible-iterator:0.1.2" = { git = "https://github.com/sfackler/rust-fallible-iterator" }

0 commit comments

Comments
 (0)