File: disable-sc.patch

package info (click to toggle)
rust-capctl 0.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/Cargo.toml b/Cargo.toml
index 630dd42..3e9ba58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,9 +42,9 @@ version = "1.0"
 version = "0.2"
 default-features = false
 
-[dependencies.sc]
-version = "0.2"
-optional = true
+#[dependencies.sc]
+#version = "0.2"
+#optional = true
 
 [dependencies.serde]
 version = "1.0"