File: relax-deps.diff

package info (click to toggle)
rust-cxx 1.0.192-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,808 kB
  • sloc: cpp: 1,625; javascript: 124; sh: 11; makefile: 8
file content (23 lines) | stat: -rw-r--r-- 489 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
@@ -124,7 +124,7 @@ version = "0.2"
 default-features = false
 
 [dependencies.link-cplusplus]
-version = "1.0.11"
+version = "1.0.10"

 [dev-dependencies.cc]
 version = "1.0.101"
@@ -135,9 +135,6 @@ version = "1"
 [dev-dependencies.cxx-gen]
 version = "0.7"
 
-[dev-dependencies.cxx-test-suite]
-version = "0"
-
 [dev-dependencies.indoc]
 version = "2"