File: change-sqlx-runtime.patch

package info (click to toggle)
atuin 18.8.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,656 kB
  • sloc: sql: 304; sh: 274; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Description: Use the tokio+native-tls runtime combination
 because upstream chosen tokio+rustls was disabled in packaged sqlx.
Forwarded: not-needed
Last-Update: 2024-10-07
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,3 +56,3 @@
 version = "0.8"
-features = ["runtime-tokio-rustls", "time", "postgres", "uuid"]
+features = ["runtime-tokio-native-tls", "time", "postgres", "uuid"]