File: remove-borsh.patch

package info (click to toggle)
rust-tinyvec 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 416 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: tinyvec/Cargo.toml
===================================================================
--- tinyvec.orig/Cargo.toml
+++ tinyvec/Cargo.toml
@@ -118,11 +118,6 @@ required-features = [
 version = "1"
 optional = true
 
-[dependencies.borsh]
-version = "1.2.0"
-optional = true
-default-features = false
-
 [dependencies.serde]
 version = "1.0"
 optional = true