File: remove_swc.diff

package info (click to toggle)
rust-markdown 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,488 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: markdown/Cargo.toml
===================================================================
--- markdown.orig/Cargo.toml
+++ markdown/Cargo.toml
@@ -80,11 +80,3 @@ version = "1"
 [dev-dependencies.serde_json]
 version = "1"
 
-[dev-dependencies.swc_core]
-version = "22"
-features = [
-    "common",
-    "ecma_ast",
-    "ecma_parser",
-    "ecma_visit",
-]