summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRust大闸蟹 <liaoymxsdl@sina.com>2021-01-23 03:14:51 +0800
committerGitHub <noreply@github.com>2021-01-22 20:14:51 +0100
commitbcaf83532117c49e0f51864f59352630be1d0f90 (patch)
treec2b420a064836ff788cc4914700f2b45b1a9ab2e /Cargo.lock
parent5471007db928e5ad5bdaa24df54360451c9b4f18 (diff)
build: Add additional build information to version and bug report (#2124)
* fix https://github.com/starship/starship/issues * cargo fmt * upgrade shadow-rs 0.5.6 * upgrade shadow-rs * update * complet bug_report infomation * cargo fmt * upgrade shadow-rs 0.5.11 * upgrade shadow-rs 0.5.14 * fixed:https://github.com/starship/starship/pull/2124#discussion_r559076634 fixed:https://github.com/starship/starship/pull/2124#discussion_r559076918 * add long_version * upgrade shadow-rs 0.5.19; adaptate clap version() use by shadow-rs clap_version() * fix unit test error * fix test error * upgrade shadow-rs 0.5.22 * upgrade shadow-rs 0.5.23
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 13138bfcf..6a60ff1d3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1263,6 +1263,16 @@ dependencies = [
]
[[package]]
+name = "shadow-rs"
+version = "0.5.23"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bb054640a4d209cbfcc56fa1d9f4a229d4aef3f9da130e7f5698aba36db1c6ce"
+dependencies = [
+ "chrono",
+ "git2",
+]
+
+[[package]]
name = "shell-words"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1301,6 +1311,7 @@ dependencies = [
"semver",
"serde",
"serde_json",
+ "shadow-rs",
"shell-words",
"starship_module_config_derive",
"sys-info",