File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v0.5.0 - 2019-12-23
4+
5+ ### Changed
6+
7+ * ` frontend::Message ` is now a true non-exhaustive enum.
8+
39## v0.5.0-alpha.2 - 2019-11-27
410
511### Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " postgres-protocol"
3- version = " 0.5.0-alpha.2 "
3+ version = " 0.5.0"
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
55edition = " 2018"
66description = " Low level Postgres protocol APIs"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ with-uuid-0_8 = ["uuid-08"]
2222[dependencies ]
2323bytes = " 0.5"
2424fallible-iterator = " 0.2"
25- postgres-protocol = { version = " = 0.5.0-alpha.2 " , path = " ../postgres-protocol" }
25+ postgres-protocol = { version = " 0.5.0" , path = " ../postgres-protocol" }
2626postgres-derive = { version = " =0.4.0-alpha.1" , optional = true , path = " ../postgres-derive" }
2727
2828bit-vec-06 = { version = " 0.6" , package = " bit-vec" , optional = true }
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ parking_lot = "0.10"
4444percent-encoding = " 2.0"
4545pin-project-lite = " 0.1"
4646phf = " 0.8"
47- postgres-protocol = { version = " = 0.5.0-alpha.2 " , path = " ../postgres-protocol" }
47+ postgres-protocol = { version = " 0.5.0" , path = " ../postgres-protocol" }
4848postgres-types = { version = " =0.1.0-alpha.2" , path = " ../postgres-types" }
4949tokio = { version = " 0.2" , features = [" io-util" ] }
5050tokio-util = { version = " 0.2" , features = [" codec" ] }
You can’t perform that action at this time.
0 commit comments