File: relax-deps.patch

package info (click to toggle)
rust-codespan-reporting 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 740 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
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-09-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -99,7 +99,7 @@
 version = "0.5.0"
 
 [dev-dependencies.unindent]
-version = "0.1"
+version = "0.2"
 
 [lints.clippy]
 alloc_instead_of_core = "warn"