File: relax-deps.patch

package info (click to toggle)
rust-manyhow 0.11.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 538 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
23
24
25
26
27
diff --git a/Cargo.toml b/Cargo.toml
index 5909456..7442445 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,13 +76,6 @@ version = "1.0.60"
 [dependencies.quote]
 version = "1"
 
-[dependencies.syn1]
-version = "1"
-features = ["printing"]
-optional = true
-default-features = false
-package = "syn"
-
 [dependencies.syn2]
 version = "2"
 features = [
@@ -94,7 +87,7 @@ default-features = false
 package = "syn"
 
 [dev-dependencies.proc-macro-utils]
-version = "0.8.0"
+version = "0.10.0"
 
 [dev-dependencies.proc-macro2]
 version = "1"