File: update-smallvec.patch

package info (click to toggle)
rust-intervaltree 0.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: intervaltree/Cargo.toml
===================================================================
--- intervaltree.orig/Cargo.toml
+++ intervaltree/Cargo.toml
@@ -20,9 +20,8 @@ categories = ["data-structures", "no-std
 license = "MIT"
 repository = "https://github.com/main--/rust-intervaltree"
 [dependencies.smallvec]
-version = "0.6"
-default-features = false
+version = "1"
 
 [features]
 default = ["std"]
-std = ["smallvec/std"]
+std = ["smallvec/write"]