File: update-dependency.diff

package info (click to toggle)
rust-pear 0.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: pear/Cargo.toml
===================================================================
--- pear.orig/Cargo.toml	1970-01-01 01:00:01.000000000 +0100
+++ pear/Cargo.toml	2024-07-14 18:19:57.021007267 +0200
@@ -25,7 +25,7 @@
 version = "0.2.9"
 
 [dependencies.yansi]
-version = "1.0.0-rc.1"
+version = "^1.0.0"
 optional = true
 
 [features]