Skip to content

Commit 3d447fc

Browse files
committed
Support postgres 0.13
1 parent b14888b commit 3d447fc

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"
22+
postgres = ">= 0.12, < 0.14"

0 commit comments

Comments
 (0)