File: remove-size.diff

package info (click to toggle)
rust-opendal 0.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,792 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 530 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
22
23
24
25
26
--- opendal.bak.orig/Cargo.toml
+++ opendal.bak/Cargo.toml
@@ -210,5 +210,5 @@
-[[bench]]
-name = "ops"
-path = "benches/ops/main.rs"
-harness = false
-required-features = ["tests"]
+#[[bench]]
+#name = "ops"
+#path = "benches/ops/main.rs"
+#harness = false
+#required-features = ["tests"]
@@ -216,4 +216,4 @@
-[[bench]]
-name = "types"
-path = "benches/types/main.rs"
-harness = false
+#[[bench]]
+#name = "types"
+#path = "benches/types/main.rs"
+#harness = false
@@ -483,3 +482,0 @@
-
-[dev-dependencies.size]
-version = "0.4"