summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2021-01-01 17:41:41 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-06 22:53:51 +0100
commitdec94b4111ea7e484df6ce52041c0a86c3f5e713 (patch)
tree448496a1d3b48ccd8e2a3b7d84db28dd33a02bbd /Cargo.toml
parentebb97e94a9f3936e7db23c211f9dba779b0daa89 (diff)
Add config file, compile time info and less version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9538f515..5800348d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ serde_yaml = "0.8"
semver = "0.11"
path_abs = { version = "0.5", default-features = false }
clircle = "0.2.0"
-bugreport = "0.1"
+bugreport = "0.2"
[dependencies.git2]
version = "0.13"