Skip to content

Commit ecfe9be

Browse files
committed
Switch to registry postgres dependency
1 parent da7b5f1 commit ecfe9be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ test = false
1717
name = "test"
1818
path = "tests/test.rs"
1919

20-
[dependencies.postgres]
21-
git = "https://github.com/sfackler/rust-postgres"
22-
2320
[dependencies]
2421
r2d2 = "0.1"
22+
postgres = "*"

0 commit comments

Comments
 (0)