Skip to content

Commit 9e0af50

Browse files
authored
Merge pull request #79 from git-bahn/refactor/gleisbau-0.7.3
Update code after breaking changes in gleisbau 0.7.3
2 parents b470282 + eae08d3 commit 9e0af50

4 files changed

Lines changed: 233 additions & 155 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "git-igitt"
33
version = "0.1.21"
44
authors = ["Martin Lange <martin_lange_@gmx.net>"]
55
description = "Interactive Git terminal application to browse and visualize Git history graphs arranged for your branching model"
6-
repository = "https://github.com/mlange-42/git-igitt.git"
6+
repository = "https://github.com/git-bahn/git-igitt.git"
77
keywords = ["git", "graph"]
88
license = "MIT"
99
readme = "README.md"
@@ -41,4 +41,4 @@ textwrap = { version = "0.16", default-features = false, optional = false, featu
4141
] }
4242
log4rs = "1.2.0"
4343
log = "0.4.18"
44-
gleisbau = "0.7.1"
44+
gleisbau = { version = "0.7.3" }

0 commit comments

Comments
 (0)