Skip to content

Commit e740de8

Browse files
committed
Support postgres 0.14
1 parent 3c3279a commit e740de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ path = "tests/test.rs"
1919

2020
[dependencies]
2121
r2d2 = ">= 0.6, < 0.8"
22-
postgres = ">= 0.12, < 0.14"
22+
postgres = ">= 0.12, < 0.15"

0 commit comments

Comments
 (0)