blob: 25a7a5d48dd4c3831db0aa7117e30b2a41a2c4af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Cargo.toml.orig 2025-01-21 16:17:22 UTC
+++ Cargo.toml
@@ -59,7 +59,7 @@ clircle = { version = "0.6.1", default-features = fals
semver = "1.0"
path_abs = { version = "0.5", default-features = false }
clircle = { version = "0.6.1", default-features = false }
-bugreport = { version = "0.5.0", optional = true }
+bugreport = { version = "0.5.0", optional = true, default-features = false, features = ["git_hash", "format_markdown"]}
etcetera = { version = "0.8.0", optional = true }
grep-cli = { version = "0.1.11", optional = true }
regex = { version = "1.10.6", optional = true }
|