File: older-ipnetwork

package info (click to toggle)
rust-sqlx-postgres 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 988 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: sqlx-postgres/Cargo.toml
===================================================================
--- sqlx-postgres.orig/Cargo.toml
+++ sqlx-postgres/Cargo.toml
@@ -105,7 +105,7 @@ default-features = false
 version = "0.5.5"
 
 [dependencies.ipnetwork]
-version = "0.20.0"
+version = ">= 0.17, < 1.0"
 optional = true
 
 [dependencies.itoa]