summaryrefslogtreecommitdiffstats
path: root/src/input/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/Cargo.toml')
-rw-r--r--src/input/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/Cargo.toml b/src/input/Cargo.toml
index 12f2b24..17432ee 100644
--- a/src/input/Cargo.toml
+++ b/src/input/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "girt-input"
-version = "1.0.0"
+version = "2.2.0"
authors = ["Tim Oram <dev@mitmaro.ca>"]
license = "GPL-3.0-or-later"
description = "Input module for git-interactive-rebase-tool"
@@ -19,8 +19,8 @@ anyhow = "1.0"
bitflags = "1.3.2"
crossbeam-channel = "0.5.4"
crossterm = "0.23.2"
-girt-config = {version = "1.0.0", path = "../config"}
parking_lot = "0.12.0"
+girt-config = {version = "2.2.0", path = "../config"}
[dev-dependencies]
rstest = "0.12.0"