Skip to content

Commit 556a12a

Browse files
Merge pull request #7 from jyn514/master
Don't request a breaking version of postgres
2 parents 35670bb + fe4057a commit 556a12a

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 @@ repository = "https://github.com/SkylerLipthay/schemamama_postgres"
1010

1111
[dependencies]
1212
schemamama = ">=0.1"
13-
postgres = ">=0.13"
13+
postgres = ">=0.13, <=0.15"

0 commit comments

Comments
 (0)