File: 1001_smol.patch

package info (click to toggle)
rust-futures-rustls 0.26.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 260 kB
  • sloc: makefile: 7; sh: 1
file content (16 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer branch of crate smol
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2024-07-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@
 tls12 = ["rustls/tls12"]
 
 [dev-dependencies]
-smol = "1"
+smol = ">= 1, <= 2"
 futures-util = { version = "0.3.1", features = [ "io" ] }
 lazy_static = "1"
 rustls-pemfile = "2"