summaryrefslogtreecommitdiffstats
path: root/src/config/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/Cargo.toml')
-rw-r--r--src/config/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/Cargo.toml b/src/config/Cargo.toml
index 40543ef..7dc2d69 100644
--- a/src/config/Cargo.toml
+++ b/src/config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "girt-config"
-version = "1.0.0"
+version = "2.2.0"
authors = ["Tim Oram <dev@mitmaro.ca>"]
license = "GPL-3.0-or-later"
description = "Configuration for git-interactive-rebase-tool"
@@ -16,7 +16,7 @@ name = "config"
[dependencies]
anyhow = "1.0"
-girt-git = {version = "0.2.0", path = "../../src/git"}
+girt-git = {version = "2.2.0", path = "../../src/git"}
[dev-dependencies]
lazy_static = "1.4.0"