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"] }
|