File: remove-async-std.diff

package info (click to toggle)
rust-combine 4.6.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 988 kB
  • sloc: sh: 21; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: combine/Cargo.toml
===================================================================
--- combine.orig/Cargo.toml
+++ combine/Cargo.toml
@@ -108,9 +108,6 @@ features = ["codec"]
 optional = true
 default-features = false
 
-[dev-dependencies.async-std]
-version = "1"
-
 [dev-dependencies.bytes]
 version = "1"