Skip to content
This repository was archived by the owner on Oct 10, 2019. It is now read-only.

Commit 458010a

Browse files
committed
Use released postgres
1 parent e89a9a5 commit 458010a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgres-derive-codegen/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ build = "build.rs"
88
postgres-derive-codegen = { path = ".." }
99

1010
[dependencies]
11-
postgres = { git = "https://github.com/sfackler/rust-postgres" }
11+
postgres = "0.12"

postgres-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ test = false
1111
postgres-derive-internals = { path = "../postgres-derive-internals" }
1212

1313
[dev-dependencies]
14-
postgres = { git = "https://github.com/sfackler/rust-postgres" }
14+
postgres = "0.12"

0 commit comments

Comments
 (0)