File: use-newer-pulldown-cmark.diff

package info (click to toggle)
rust-ruma-common 0.10.5-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,208 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: ruma-common/Cargo.toml
===================================================================
--- ruma-common.orig/Cargo.toml
+++ ruma-common/Cargo.toml
@@ -86,8 +86,9 @@ features = ["macros"]
 optional = true
 
 [dependencies.pulldown-cmark]
-version = "0.9.1"
+version = "0.13"
 optional = true
+features = ["html"]
 default-features = false
 
 [dependencies.rand_crate]