File: bump-warp.patch

package info (click to toggle)
rust-config 0.15.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Forwarded: not-needed
Author: Antonin Delpeuch <antonin@delpeuch.eu>
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -125,6 +125,7 @@ path = "examples/async_source/main.rs"
 required-features = [
     "json",
     "async",
+    "warp/serve",
 ]
 
 [[example]]
@@ -251,7 +252,7 @@ features = [
 ]
 
 [dev-dependencies.warp]
-version = "0.3"
+version = "0.4"
 
 [lints.clippy]
 bool_assert_comparison = "allow"