File: use-ring.diff

package info (click to toggle)
rust-opendal 0.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,792 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: opendal/Cargo.toml
===================================================================
--- opendal.orig/Cargo.toml
+++ opendal/Cargo.toml
@@ -240,6 +240,8 @@ default-features = false
 [dependencies.futures-rustls]
 version = "0.26.0"
 optional = true
+features = ["ring", "tls12", "logging"]
+default-features = false
 
 [dependencies.hmac]
 version = "0.12.1"