File: insta-1.39-compatibility.patch

package info (click to toggle)
rust-merge-struct 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 473 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
Description: relax dependency versions
Author: Ananthu C V <weepingclown@debian.org>
Forwarded: https://github.com/jondot/merge-struct/pull/1
Last-Update: 2025-08-16
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,6 +34,6 @@
 [dev-dependencies.insta]
-version = "1.17.1"
+version = "1.39"
 features = [
-    "backtrace",
     "redactions",
+    "yaml"
 ]
@@ -42 +42,5 @@
 version = "1"
+
+[dev-dependencies.serde]
+version = "1"
+features = ["derive"]
\ No newline at end of file