Skip to content

Commit fe4057a

Browse files
committed
Don't request a breaking version of postgres
1 parent 35670bb commit fe4057a

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)