File: relax-deps.patch

package info (click to toggle)
rust-cxx-gen 0.7.141-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: cpp: 907; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Relax dependency versions
Author: Nadzeya Hutsko <nadzya.info@gmail.com>
Forwarded: not-needed
Last-Update: 2025-10-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@
 path = "tests/test.rs"
 
 [dependencies.codespan-reporting]
-version = "0.11.1"
+version = "0.12"
 
 [dependencies.proc-macro2]
 version = "1.0.74"