summaryrefslogtreecommitdiffstats
path: root/vendor/unicode-bidi/debian/patches/no-flamegraphs.patch
blob: f4e966908e28439c65452c05b8de8b09fc1899ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Index: unicode-bidi/Cargo.toml
===================================================================
--- unicode-bidi.orig/Cargo.toml
+++ unicode-bidi/Cargo.toml
@@ -47,14 +47,6 @@ name = "conformance_tests"
 path = "tests/conformance_tests.rs"
 required-features = ["hardcoded-data"]
 
-[dependencies.flame]
-version = "0.2"
-optional = true
-
-[dependencies.flamer]
-version = "0.4"
-optional = true
-
 [dependencies.serde]
 version = ">=0.8, <2.0"
 features = ["derive"]
@@ -70,10 +62,6 @@ default = [
     "std",
     "hardcoded-data",
 ]
-flame_it = [
-    "flame",
-    "flamer",
-]
 hardcoded-data = []
 std = []
 unstable = []