File: explicitly-enable-ring-in-rustls.patch

package info (click to toggle)
rust-apt-swarm 0.5.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,580 kB
  • sloc: makefile: 20; sh: 13
file content (10 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- apt-swarm/Cargo.toml	2025-07-03 22:35:57.999336902 +0000
+++ apt-swarm.new/Cargo.toml	2025-07-03 22:34:24.225378540 +0000
@@ -144,6 +144,7 @@
 [dependencies.rustls]
 version = "0.23"
 default-features = false
+features = ["ring"]
 
 [dependencies.sequoia-openpgp]
 version = ">= 1.21.1, < 3"