feat(git_commit): support showing lightweight tags (#4632)

This commit is contained in:
David Knaack
2022-11-22 10:15:31 +01:00
committed by GitHub
parent e4dbff0fc7
commit ac37792c19
3 changed files with 150 additions and 75 deletions
+2 -2
View File
@@ -48,9 +48,9 @@ clap_complete = "4.0.5"
dirs-next = "2.0.0"
dunce = "1.0.3"
gethostname = "0.4.0"
git-features = { version = "0.23.1", optional = true }
git-features = { version = "0.24.0", optional = true }
# default feature restriction addresses https://github.com/starship/starship/issues/4251
git-repository = { version = "0.28.0", default-features = false, features = ["max-performance-safe"] }
git-repository = { version = "0.29.0", default-features = false, features = ["max-performance-safe"] }
indexmap = { version = "1.9.2", features = ["serde"] }
local_ipaddress = "0.1.3"
log = { version = "0.4.17", features = ["std"] }