Skip to content

Commit 138f899

Browse files
committed
Release postgres-shared v0.3.0
1 parent 6cf1eeb commit 138f899

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

postgres-shared/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-shared"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
66
description = "Internal crate used by postgres and postgres-tokio"
@@ -20,7 +20,7 @@ with-uuid = ["uuid"]
2020
hex = "0.2"
2121
fallible-iterator = "0.1.3"
2222
phf = "=0.7.21"
23-
postgres-protocol = { version = "0.2", path = "../postgres-protocol" }
23+
postgres-protocol = { version = "0.3", path = "../postgres-protocol" }
2424

2525
bit-vec = { version = "0.4", optional = true }
2626
chrono = { version = "0.3", optional = true }

postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ rustc-serialize = { version = "0.3", optional = true }
5252
schannel = { version = "0.1", optional = true }
5353
security-framework = { version = "0.1.2", optional = true }
5454

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" }
5757

5858
[dev-dependencies]
5959
hex = "0.2"

tokio-postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ bytes = "0.4"
3030
fallible-iterator = "0.1.3"
3131
futures = "0.1.7"
3232
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" }
3535
tokio-core = "0.1"
3636
tokio-dns-unofficial = "0.1"
3737
tokio-io = "0.1"

0 commit comments

Comments
 (0)