File: relax-deps.diff

package info (click to toggle)
rust-const-panic-proc-macros 0.2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Relax dependencies in Cargo.toml
Author: Eddie Billoir <lechatp@outlook.fr>
Index: const-panic-proc-macros/Cargo.toml
===================================================================
--- const-panic-proc-macros.orig/Cargo.toml
+++ const-panic-proc-macros/Cargo.toml
@@ -48,7 +48,7 @@ version = "1.0.37"
 version = "2.0"
 
 [dependencies.unicode-xid]
-version = "0.2.5"
+version = "0.2"
 
 [badges.travis-ci]
 repository = "rodrimati1992/const_format_crates/"