summaryrefslogtreecommitdiffstats
path: root/src/todo_file/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/todo_file/Cargo.toml')
-rw-r--r--src/todo_file/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/todo_file/Cargo.toml b/src/todo_file/Cargo.toml
index 7cf1ea6..62fcb96 100644
--- a/src/todo_file/Cargo.toml
+++ b/src/todo_file/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "girt-todo-file"
-version = "2.2.0"
+version = "2.3.0"
authors = ["Tim Oram <dev@mitmaro.ca>"]
license = "GPL-3.0-or-later"
description = "Todo file systems for git-interactive-rebase-tool"
@@ -24,7 +24,7 @@ claim = { git = "https://github.com/Turbo87/rust-claim.git", rev = "23892a3" }
pretty_assertions = "1.4.0"
rstest = "0.18.1"
tempfile = "3.6.0"
-girt-testutils = {version = "0.1.0", path = "../testutils"}
+girt-testutils = {version = "2.3.0", path = "../testutils"}
[build-dependencies]
rustc_version = "0.4.0"