File: older-toml

package info (click to toggle)
rust-pyproject-toml 0.13.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: pyproject-toml/Cargo.toml
===================================================================
--- pyproject-toml.orig/Cargo.toml
+++ pyproject-toml/Cargo.toml
@@ -65,11 +65,9 @@ features = ["derive"]
 version = "2.0.12"
 
 [dependencies.toml]
-version = "0.9.4"
+version = "0.8"
 features = [
     "parse",
-    "serde",
-    "std",
 ]
 default-features = false