File: 2002_tabled.patch

package info (click to toggle)
rudof 0.1.140%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,648 kB
  • sloc: python: 1,288; makefile: 29; sh: 1
file content (17 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept older minor versions of crate tabled
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-10-16
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -108,7 +108,7 @@
 sparql_service = { version = "0.1.111", path = "./sparql_service" }
 srdf = { version = "0.1.111", path = "./srdf" }
 supports-color = "3.0.0"
-tabled = { version = "0.20.0", features = ["ansi"] }
+tabled = { version = ">= 0.18.0, <= 0.20", features = ["ansi"] }
 tempfile = "3.10.1"
 term_size = "0.3.2"
 termtree = { version = ">= 0.4, <= 0.5" }