Skip to content

Commit 735b581

Browse files
committed
Support postgres 0.13
1 parent d30c624 commit 735b581

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
@@ -10,4 +10,4 @@ readme = "README.md"
1010
keywords = ["database", "sql", "postgres"]
1111

1212
[dependencies]
13-
postgres = "0.12"
13+
postgres = ">= 0.12, < 0.14"

0 commit comments

Comments
 (0)