File: drop-net

package info (click to toggle)
rust-test-with 0.15.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 512 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: test-with/Cargo.toml
===================================================================
--- test-with.orig/Cargo.toml
+++ test-with/Cargo.toml
@@ -44,4 +44,0 @@
-[dependencies.ping]
-version = "0.6"
-optional = true
-
@@ -86,3 +82,2 @@
 default = [
-    "net",
     "resource",
@@ -100,1 +100,0 @@
-icmp = ["ping"]
@@ -110,4 +110,0 @@
-net = [
-    "http",
-    "icmp",
-]