File: relax-deps.patch

package info (click to toggle)
rust-actix-server 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,4 +50,0 @@
-io-uring = [
-    "tokio-uring",
-    "actix-rt/io-uring",
-]
@@ -67,3 +67,3 @@
 [dependencies.actix-rt]
-version = "2.10"
+version = "2"
 default-features = false
@@ -150,3 +150,0 @@
-[target.'cfg(target_os = "linux")'.dependencies.tokio-uring]
-version = "0.5"
-optional = true