File: 2002_clap_complete.patch

package info (click to toggle)
edu-sync 0.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 504 kB
  • sloc: makefile: 36; sh: 1
file content (15 lines) | stat: -rw-r--r-- 581 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: accept older revisions of crate clap_complete
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1116257
Forwarded: not-needed
Last-Update: 2025-09-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/edu-sync-cli/Cargo.toml
+++ b/edu-sync-cli/Cargo.toml
@@ -23,4 +23,4 @@
 tracing = "0.1"
 tracing-subscriber = { version = "0.3", features = ["env-filter"] }
 url = "2.2"
-clap_complete = { version = "4.5.47", features = ["unstable-dynamic"] }
+clap_complete = { version = "4.5.40", features = ["unstable-dynamic"] }