File: 1001_version-sync.patch

package info (click to toggle)
rust-assert-json-diff 2.0.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: sh: 42; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: accept newer branch of crate version-sync
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2024-06-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@
 serde = "1"
 
 [dev-dependencies]
-version-sync = "0.8"
+version-sync = "> 0.8, <= 0.9"
 serde = { version = "1", features = ["derive"] }
 
 [badges]