File: relax-deps.diff

package info (click to toggle)
rust-cxx 1.0.141-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,632 kB
  • sloc: cpp: 1,573; javascript: 124; sh: 11; makefile: 8
file content (23 lines) | stat: -rw-r--r-- 528 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
Index: cxx/Cargo.toml
===================================================================
--- cxx.orig/Cargo.toml
+++ cxx/Cargo.toml
@@ -110,7 +110,7 @@ path = "tests/unique_ptr.rs"
 version = "=1.0.141"
 
 [dependencies.foldhash]
-version = "0.1"
+version = ">= 0.1, < 0.3"
 default-features = false
 
 [dependencies.link-cplusplus]
@@ -122,9 +122,6 @@ version = "=1.0.141"
 [dev-dependencies.cxx-gen]
 version = "0.7"
 
-[dev-dependencies.cxx-test-suite]
-version = "0"
-
 [dev-dependencies.rustversion]
 version = "1.0.13"