File: relax-deps.patch

package info (click to toggle)
rust-cursive-core 0.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,304 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- rust-cursive-core-0.4.6.orig/Cargo.toml
+++ rust-cursive-core-0.4.6/Cargo.toml
@@ -88,7 +88,7 @@ version = "0.12.1"
 features = ["arc_lock"]
 
 [dependencies.pulldown-cmark]
-version = "0.11"
+version = "0.13"
 optional = true
 default-features = false