File: relax-dep.diff

package info (click to toggle)
rust-wrapcenum-derive 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 124 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: wrapcenum-derive/Cargo.toml
===================================================================
--- wrapcenum-derive.orig/Cargo.toml
+++ wrapcenum-derive/Cargo.toml
@@ -23,7 +23,7 @@ repository = "https://github.com/Cldfire
 [lib]
 proc-macro = true
 [dependencies.darling]
-version = "0.10"
+version = "0.14"
 
 [dependencies.proc-macro2]
 version = "1.0"