File: 2001_rustc-hash.patch

package info (click to toggle)
oxigraph 0.5.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,332 kB
  • sloc: python: 1,940; cpp: 158; sh: 145; makefile: 42
file content (18 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: accept older minor version of crate rustc-hash
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1112496
Forwarded: not-needed
Last-Update: 2025-08-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,7 +66,7 @@
 rayon = "1.8.1"
 rayon-core = "1.12.1"
 regex = "1.7"
-rustc-hash = "2.1"
+rustc-hash = "2.0.0"
 serde = "1.0.200"
 serde_json = "1.0.120"
 sha1 = "0.10"