File tree 4 files changed +9
-3
lines changed 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.5.0-alpha.2 - 2019-11-27
4
+
5
+ ### Changed
6
+
7
+ * Upgraded ` bytes ` to 0.5.
8
+
3
9
## v0.5.0-alpha.1 - 2019-10-14
4
10
5
11
### Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-protocol"
3
- version = " 0.5.0-alpha.1 "
3
+ version = " 0.5.0-alpha.2 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
description = " Low level Postgres protocol APIs"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ with-uuid-0_8 = ["uuid-08"]
23
23
[dependencies ]
24
24
bytes = " 0.5"
25
25
fallible-iterator = " 0.2"
26
- postgres-protocol = { version = " =0.5.0-alpha.1 " , path = " ../postgres-protocol" }
26
+ postgres-protocol = { version = " =0.5.0-alpha.2 " , path = " ../postgres-protocol" }
27
27
postgres-derive = { version = " =0.4.0-alpha.1" , optional = true , path = " ../postgres-derive" }
28
28
29
29
bit-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.9"
44
44
percent-encoding = " 2.0"
45
45
pin-project-lite = " 0.1"
46
46
phf = " 0.8"
47
- postgres-protocol = { version = " =0.5.0-alpha.1 " , path = " ../postgres-protocol" }
47
+ postgres-protocol = { version = " =0.5.0-alpha.2 " , path = " ../postgres-protocol" }
48
48
postgres-types = { version = " =0.1.0-alpha.1" , path = " ../postgres-types" }
49
49
tokio = { version = " 0.2" , features = [" io-util" ] }
50
50
tokio-util = { version = " 0.2" , features = [" codec" ] }
You can’t perform that action at this time.
0 commit comments