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
|