Skip to content

Commit

Permalink
Release postgres-shared v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jun 11, 2017
1 parent 6cf1eeb commit 138f899
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions postgres-shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postgres-shared"
version = "0.2.1"
version = "0.3.0"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT"
description = "Internal crate used by postgres and postgres-tokio"
Expand All @@ -20,7 +20,7 @@ with-uuid = ["uuid"]
hex = "0.2"
fallible-iterator = "0.1.3"
phf = "=0.7.21"
postgres-protocol = { version = "0.2", path = "../postgres-protocol" }
postgres-protocol = { version = "0.3", path = "../postgres-protocol" }

bit-vec = { version = "0.4", optional = true }
chrono = { version = "0.3", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ rustc-serialize = { version = "0.3", optional = true }
schannel = { version = "0.1", optional = true }
security-framework = { version = "0.1.2", optional = true }

postgres-protocol = { version = "0.2.2", path = "../postgres-protocol" }
postgres-shared = { version = "0.2.1", path = "../postgres-shared" }
postgres-protocol = { version = "0.3.0", path = "../postgres-protocol" }
postgres-shared = { version = "0.3.0", path = "../postgres-shared" }

[dev-dependencies]
hex = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ bytes = "0.4"
fallible-iterator = "0.1.3"
futures = "0.1.7"
futures-state-stream = "0.1"
postgres-protocol = { version = "0.2.2", path = "../postgres-protocol" }
postgres-shared = { version = "0.2.1", path = "../postgres-shared" }
postgres-protocol = { version = "0.3.0", path = "../postgres-protocol" }
postgres-shared = { version = "0.3.0", path = "../postgres-shared" }
tokio-core = "0.1"
tokio-dns-unofficial = "0.1"
tokio-io = "0.1"
Expand Down

0 comments on commit 138f899

Please sign in to comment.