Release postgres-protocol v0.6.0

This commit is contained in:
Steven Fackler
2020-12-25 08:51:17 -05:00
parent 31de75871e
commit 06dcebf248
4 changed files with 13 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ with-time-0_2 = ["time-02"]
[dependencies]
bytes = "1.0"
fallible-iterator = "0.2"
postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" }
postgres-protocol = { version = "0.6.0", path = "../postgres-protocol" }
postgres-derive = { version = "0.4.0", optional = true, path = "../postgres-derive" }
bit-vec-06 = { version = "0.6", package = "bit-vec", optional = true }