File: relax-toml-parser-writer.patch

package info (click to toggle)
rust-toml 0.9.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 556 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -195,13 +195,13 @@
 default-features = false
 
 [dependencies.toml_parser]
-version = "1.0.4"
+version = "1.0.3"
 features = ["alloc"]
 optional = true
 default-features = false
 
 [dependencies.toml_writer]
-version = "1.0.4"
+version = "1.0.3"
 features = ["alloc"]
 optional = true
 default-features = false