File: disable-benches-criterion.diff

package info (click to toggle)
rust-glib 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,368 kB
  • sloc: makefile: 18
file content (22 lines) | stat: -rw-r--r-- 366 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
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -175,10 +175,6 @@
 name = "value"
 path = "tests/value.rs"
 
-[[bench]]
-name = "gstring"
-path = "benches/gstring.rs"
-harness = false
 
 [dependencies.bitflags]
 version = "2.9"
@@ -232,8 +228,6 @@
     "const_new",
 ]
 
-[dev-dependencies.criterion]
-version = "0.6.0"
 
 [dev-dependencies.gir-format-check]
 version = "^0.1"