Skip to content

Commit

Permalink
Release postgres-shared v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 12, 2018
1 parent 0ff73e4 commit e1f31a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postgres-shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postgres-shared"
version = "0.4.0"
version = "0.4.1"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT"
description = "Internal crate used by postgres and postgres-tokio"
Expand Down
2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ schannel = { version = "0.1", optional = true }
security-framework = { version = "0.1.2", optional = true }

postgres-protocol = { version = "0.3.0", path = "../postgres-protocol" }
postgres-shared = { version = "0.4.0", path = "../postgres-shared" }
postgres-shared = { version = "0.4.1", path = "../postgres-shared" }

[dev-dependencies]
hex = "0.2"
Expand Down

0 comments on commit e1f31a4

Please sign in to comment.