summaryrefslogtreecommitdiffstats
path: root/src/git/Cargo.toml
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2022-04-29 10:10:11 -0230
committerTim Oram <dev@mitmaro.ca>2022-04-29 18:23:06 -0230
commitd1c57f95c56b99969104a23310b55ec5347b6fa0 (patch)
tree21ef064381ad7b77b44d309a5e3d9d69ebbac263 /src/git/Cargo.toml
parentbace20115c87932620fd13d954551077ce451df5 (diff)
Bump all crates to version 2.2.02.2.0
This updates all crates to follow the version of the main project crate.
Diffstat (limited to 'src/git/Cargo.toml')
-rw-r--r--src/git/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/Cargo.toml b/src/git/Cargo.toml
index 2e06813..b6c75ec 100644
--- a/src/git/Cargo.toml
+++ b/src/git/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "girt-git"
-version = "0.2.0"
+version = "2.2.0"
authors = ["Tim Oram <dev@mitmaro.ca>"]
license = "GPL-3.0-or-later"
description = "Git module for git-interactive-rebase-tool"