File: 2001_hashbrown.patch

package info (click to toggle)
rust-hstr 0%2B20250327-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,592 kB
  • sloc: makefile: 24; sh: 1
file content (18 lines) | stat: -rw-r--r-- 697 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 branch of crate hashbrown
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1090324
Forwarded: not-needed
Last-Update: 2025-04-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@
 futures                   = "0.3.31"
 futures-util              = "0.3.31"
 fxhash                    = "0.2.1"
-hashbrown                 = { version = "0.15.2", default-features = false }
+hashbrown                 = { version = ">= 0.14.5, <= 0.15", default-features = false }
 heck                      = "0.5.0"
 hstr                      = "0.2.12"
 ignore                    = "0.4.23"