File: relax-strum.patch

package info (click to toggle)
rust-speedate 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: makefile: 34
file content (25 lines) | stat: -rw-r--r-- 556 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: Relax strum dependency
Author: Colin Watson <cjwatson@debian.org>
Forwarded: not-needed
Last-Update: 2025-08-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

Index: b/Cargo.toml
===================================================================
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,11 +53,11 @@
 version = "1.0.5"
 
 [dependencies.strum]
-version = "0.27"
+version = "0.26"
 features = ["derive"]
 
 [dependencies.strum_macros]
-version = "0.27"
+version = "0.26"
 
 [dev-dependencies.chrono]
 version = "0.4.19"