File: disable-libcorn.patch

package info (click to toggle)
rust-config 0.15.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 548 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 485 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
Index: config/Cargo.toml
===================================================================
--- config.orig/Cargo.toml
+++ config/Cargo.toml
@@ -85,7 +85,6 @@ exactly = 1
 [features]
 async = ["async-trait"]
 convert-case = ["convert_case"]
-corn = ["dep:corn"]
 default = [
     "toml",
     "json",
@@ -163,7 +162,7 @@ optional = true
 version = "0.6.0"
 optional = true
 
-[dependencies.corn]
+[disabled.dependencies.corn]
 version = "0.10.0"
 optional = true
 package = "libcorn"