File: downgrade-codespan-reporting.patch

package info (click to toggle)
rust-toml-span 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index da76f6e..01efef7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ name = "toml_span"
 path = "src/lib.rs"
 
 [dependencies.codespan-reporting]
-version = "0.13"
+version = "0.12"
 optional = true
 
 [dependencies.serde]