File: relax-deps.diff

package info (click to toggle)
rust-glib-0.18 0.18.5-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,156 kB
  • sloc: makefile: 17
file content (30 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (2)
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
27
28
29
30
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,6 +28,7 @@ keywords = [
 ]
 license = "MIT"
 repository = "https://github.com/gtk-rs/gtk-rs-core"
+autobenches = false
 
 [package.metadata.docs.rs]
 all-features = true
@@ -48,10 +49,6 @@ name = "glib"
 name = "subclass_compiletest"
 required-features = ["compiletests"]
 
-[[bench]]
-name = "gstring"
-harness = false
-
 [dependencies.bitflags]
 version = "2.3"
 
@@ -111,7 +108,7 @@ features = [
 ]
 
 [dependencies.thiserror]
-version = "1"
+version = "2"
 
 [dev-dependencies.criterion]
 version = "0.5.1"