File: 1001_ordered-float.patch

package info (click to toggle)
scaphandre 1.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,640 kB
  • sloc: sh: 53; makefile: 49
file content (16 lines) | stat: -rw-r--r-- 519 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer branches of crate ordered-float
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2024-09-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@
 protobuf = "2.28.0"
 serde = { version = "1.0", features = ["derive"], optional = true }
 serde_json = { version = "1.0", optional = true }
-ordered-float = "2.0"
+ordered-float = ">= 2.0, <= 4"
 warp10 = { version = "2.0.0", optional = true }
 time = "0.3"
 colored = "2.0"