File: relax-heck.diff

package info (click to toggle)
rust-glib-macros 0.21.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 411 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
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,10 +73,10 @@
 path = "tests/value_delegate_derive.rs"
 
 [dependencies.heck]
-version = "0.5"
+version = "0.4"
 
 [dependencies.proc-macro-crate]
-version = "3.3"
+version = "3.2"
 
 [dependencies.proc-macro2]
 version = "1.0"
@@ -85,7 +85,7 @@
 version = "1.0"
 
 [dependencies.syn]
-version = "2.0.104"
+version = "2.0"
 features = ["full"]
 
 [dev-dependencies.glib]