Skip to content

Commit e1f31a4

Browse files
committed
Release postgres-shared v0.4.1
1 parent 0ff73e4 commit e1f31a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgres-shared/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres-shared"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
66
description = "Internal crate used by postgres and postgres-tokio"

postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ schannel = { version = "0.1", optional = true }
6868
security-framework = { version = "0.1.2", optional = true }
6969

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

7373
[dev-dependencies]
7474
hex = "0.2"

0 commit comments

Comments
 (0)