File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres-shared"
3
- version = " 0.2.1 "
3
+ version = " 0.3.0 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
license = " MIT"
6
6
description = " Internal crate used by postgres and postgres-tokio"
@@ -20,7 +20,7 @@ with-uuid = ["uuid"]
20
20
hex = " 0.2"
21
21
fallible-iterator = " 0.1.3"
22
22
phf = " =0.7.21"
23
- postgres-protocol = { version = " 0.2 " , path = " ../postgres-protocol" }
23
+ postgres-protocol = { version = " 0.3 " , path = " ../postgres-protocol" }
24
24
25
25
bit-vec = { version = " 0.4" , optional = true }
26
26
chrono = { version = " 0.3" , optional = true }
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ rustc-serialize = { version = "0.3", optional = true }
52
52
schannel = { version = " 0.1" , optional = true }
53
53
security-framework = { version = " 0.1.2" , optional = true }
54
54
55
- postgres-protocol = { version = " 0.2.2 " , path = " ../postgres-protocol" }
56
- postgres-shared = { version = " 0.2.1 " , path = " ../postgres-shared" }
55
+ postgres-protocol = { version = " 0.3.0 " , path = " ../postgres-protocol" }
56
+ postgres-shared = { version = " 0.3.0 " , path = " ../postgres-shared" }
57
57
58
58
[dev-dependencies ]
59
59
hex = " 0.2"
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ bytes = "0.4"
30
30
fallible-iterator = " 0.1.3"
31
31
futures = " 0.1.7"
32
32
futures-state-stream = " 0.1"
33
- postgres-protocol = { version = " 0.2.2 " , path = " ../postgres-protocol" }
34
- postgres-shared = { version = " 0.2.1 " , path = " ../postgres-shared" }
33
+ postgres-protocol = { version = " 0.3.0 " , path = " ../postgres-protocol" }
34
+ postgres-shared = { version = " 0.3.0 " , path = " ../postgres-shared" }
35
35
tokio-core = " 0.1"
36
36
tokio-dns-unofficial = " 0.1"
37
37
tokio-io = " 0.1"
You can’t perform that action at this time.
0 commit comments