File: relax-whoami

package info (click to toggle)
rust-sqlx-postgres 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 988 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 334 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
@@ -194,7 +194,7 @@ version = "1.1.2"
 optional = true
 
 [dependencies.whoami]
-version = "1.2.1"
+version = ">=0.8"
 default-features = false
 
 [dev-dependencies.sqlx]