Skip to content

Commit 794e7a9

Browse files
committed
Improve ipnetwork dependancy specification
1 parent 94dde39 commit 794e7a9

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
@@ -15,5 +15,5 @@ travis-ci = { repository = "nuew/postgres-inet", branch = "master" }
1515
maintenance = { status = "passively-maintained" }
1616

1717
[dependencies]
18-
ipnetwork = { version = "0.13", optional = true }
18+
ipnetwork = { version = ">=0.7, <0.15", optional = true }
1919
postgres = "0.15"

0 commit comments

Comments
 (0)