File: disable-flamegraph.patch

package info (click to toggle)
rust-handlebars 5.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 812 kB
  • sloc: sh: 3; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
flamegraph uses an incompatible license

diff --git a/Cargo.toml b/Cargo.toml
index e878c26..8166a4b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -130,7 +130,7 @@ string_helpers = ["heck"]
 [target."cfg(unix)".dev-dependencies.pprof]
 version = "0.13"
 features = [
-    "flamegraph",
+#    "flamegraph",
     "prost-codec",
 ]