File: update-dependency.diff

package info (click to toggle)
rust-proc-macro2-diagnostics 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 180 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: proc-macro2-diagnostics/Cargo.toml
===================================================================
--- proc-macro2-diagnostics.orig/Cargo.toml	1970-01-01 01:00:01.000000000 +0100
+++ proc-macro2-diagnostics/Cargo.toml	2024-07-14 16:04:41.576943431 +0200
@@ -31,7 +31,7 @@
 version = "2.0"
 
 [dependencies.yansi]
-version = "1.0.0-rc"
+version = "^1.0.0"
 optional = true
 
 [dev-dependencies.trybuild]