File: 2001_smol_str.patch

package info (click to toggle)
rust-bounded-static 0.8.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 657 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept older releases of crate smol_str
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-07-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@
 syn = { version = "2.0.38", features = [ "full" ] }
 quote = "1.0.33"
 proc-macro2 = "1.0.69"
-smol_str = { version = "0.2.2", default-features = false }
+smol_str = { version = "0.2.0", default-features = false }
 smallvec = { version = "1.13.2", default-features = false }
 smartstring = { version = "1.0.1", default-features = false }
 ahash = { version = "0.8.11", default-features = false }