File: 02_relax_deps.diff

package info (click to toggle)
rust-libxml 0.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: xml: 239; ansic: 45; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -90,10 +90,10 @@ path = "tests/xpath_tests.rs"
 version = "0.2"
 
 [dev-dependencies.criterion]
-version = "0.7.0"
+version = "0.5"
 
 [dev-dependencies.rayon]
-version = "1.0.0"
+version = "1"
 
 [build-dependencies.bindgen]
 version = ">=0.72, <1.0"