File: 2001_proc-macro2.patch

package info (click to toggle)
rust-inquire 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,996 kB
  • sloc: makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: accept older revisions of crate proc-macro2
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-09-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/inquire-derive/Cargo.toml
+++ b/inquire-derive/Cargo.toml
@@ -22,7 +22,7 @@
 rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
-proc-macro2 = "1.0.95"
+proc-macro2 = "1.0.92"
 quote = "1.0.40"
 syn = { version = "2.0.101", features = ["full", "extra-traits"] }