Release postgres-shared v0.4.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "postgres-shared"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
license = "MIT"
|
||||
description = "Internal crate used by postgres and postgres-tokio"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user