File: remove-cargo-dep.patch

package info (click to toggle)
rust-pest-meta 2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: makefile: 4
file content (20 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/Cargo.toml b/Cargo.toml
index 1f48c2a..12531a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,10 +50,6 @@ path = "src/lib.rs"
 [dependencies.pest]
 version = "2.8.4"
 
-[build-dependencies.cargo]
-version = "0.81.0"
-optional = true
-
 [build-dependencies.sha2]
 version = "0.10"
 default-features = false
@@ -61,4 +57,3 @@ default-features = false
 [features]
 default = []
 grammar-extras = []
-not-bootstrap-in-src = ["dep:cargo"]