File: remove-borsh.patch

package info (click to toggle)
rust-arrayvec 0.7.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Index: arrayvec/Cargo.toml
===================================================================
--- arrayvec.orig/Cargo.toml
+++ arrayvec/Cargo.toml
@@ -59,10 +59,6 @@ name = "arrayvec"
 path = "src/lib.rs"
 
 [[test]]
-name = "borsh"
-path = "tests/borsh.rs"
-
-[[test]]
 name = "serde"
 path = "tests/serde.rs"
 
@@ -80,11 +76,6 @@ name = "extend"
 path = "benches/extend.rs"
 harness = false
 
-[dependencies.borsh]
-version = "1.2.0"
-optional = true
-default-features = false
-
 [dependencies.serde]
 version = "1.0"
 optional = true