File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " git-interactive-rebase-tool"
3- version = " 2.1 .0"
3+ version = " 2.2 .0"
44authors = [" Tim Oram <dev@mitmaro.ca>" ]
55license = " GPL-3.0-or-later"
66description = " Full feature terminal based sequence editor for git interactive rebase."
@@ -35,7 +35,7 @@ members = [
3535]
3636
3737[dependencies ]
38- girt-core = {version = " 1.0 .0" , path = " src/core" }
38+ girt-core = {version = " 2.2 .0" , path = " src/core" }
3939
4040[build-dependencies ]
4141rustc_version = " 0.4.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " girt-config"
3- version = " 1.0 .0"
3+ version = " 2.2 .0"
44authors = [" Tim Oram <dev@mitmaro.ca>" ]
55license = " GPL-3.0-or-later"
66description = " Configuration for git-interactive-rebase-tool"
@@ -16,7 +16,7 @@ name = "config"
1616
1717[dependencies ]
1818anyhow = " 1.0"
19- girt-git = {version = " 0 .2.0" , path = " ../../src/git" }
19+ girt-git = {version = " 2 .2.0" , path = " ../../src/git" }
2020
2121[dev-dependencies ]
2222lazy_static = " 1.4.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " girt-core"
3- version = " 1.0 .0"
3+ version = " 2.2 .0"
44authors = [" Tim Oram <dev@mitmaro.ca>" ]
55license = " GPL-3.0-or-later"
66description = " Core modules for git-interactive-rebase-tool"
@@ -21,12 +21,12 @@ lazy_static = "1.4.0"
2121num-format = " 0.4.0"
2222pico-args = " 0.4.2"
2323unicode-segmentation = " 1.9.0"
24- girt-config = {version = " 1.0 .0" , path = " ../../src/config" }
25- girt-display = {version = " 1.0 .0" , path = " ../../src/display" }
26- girt-git = {version = " 0 .2.0" , path = " ../../src/git" }
27- girt-input = {version = " 1.0 .0" , path = " ../../src/input" }
28- girt-todo-file = {version = " 1.0 .0" , path = " ../../src/todo_file" }
29- girt-view = {version = " 1.1 .0" , path = " ../../src/view" }
24+ girt-config = {version = " 2.2 .0" , path = " ../../src/config" }
25+ girt-display = {version = " 2.2 .0" , path = " ../../src/display" }
26+ girt-git = {version = " 2 .2.0" , path = " ../../src/git" }
27+ girt-input = {version = " 2.2 .0" , path = " ../../src/input" }
28+ girt-todo-file = {version = " 2.2 .0" , path = " ../../src/todo_file" }
29+ girt-view = {version = " 2.2 .0" , path = " ../../src/view" }
3030
3131[dev-dependencies ]
3232captur = " 0.1.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " girt-display"
3- version = " 1.0 .0"
3+ version = " 2.2 .0"
44authors = [" Tim Oram <dev@mitmaro.ca>" ]
55license = " GPL-3.0-or-later"
66description = " Display modules for git-interactive-rebase-tool"
@@ -17,7 +17,7 @@ name = "display"
1717[dependencies ]
1818anyhow = " 1.0"
1919crossterm = " 0.23.2"
20- girt-config = {version = " 1.0 .0" , path = " ../config" }
20+ girt-config = {version = " 2.2 .0" , path = " ../config" }
2121
2222[dev-dependencies ]
2323rstest = " 0.12.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " girt-git"
3- version = " 0 .2.0"
3+ version = " 2 .2.0"
44authors = [" Tim Oram <dev@mitmaro.ca>" ]
55license = " GPL-3.0-or-later"
66description = " Git module for git-interactive-rebase-tool"
Original file line number Diff line number Diff line change 11[package ]
22name = " girt-input"
3- version = " 1.0 .0"
3+ version = " 2.2 .0"
44authors = [" Tim Oram <dev@mitmaro.ca>" ]
55license = " GPL-3.0-or-later"
66description = " Input module for git-interactive-rebase-tool"
@@ -19,8 +19,8 @@ anyhow = "1.0"
1919bitflags = " 1.3.2"
2020crossbeam-channel = " 0.5.4"
2121crossterm = " 0.23.2"
22- girt-config = {version = " 1.0.0" , path = " ../config" }
2322parking_lot = " 0.12.0"
23+ girt-config = {version = " 2.2.0" , path = " ../config" }
2424
2525[dev-dependencies ]
2626rstest = " 0.12.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " girt-todo-file"
3- version = " 1.0 .0"
3+ version = " 2.2 .0"
44authors = [" Tim Oram <dev@mitmaro.ca>" ]
55license = " GPL-3.0-or-later"
66description = " Todo file systems for git-interactive-rebase-tool"
Original file line number Diff line number Diff line change 11[package ]
22name = " girt-view"
3- version = " 1.1 .0"
3+ version = " 2.2 .0"
44authors = [" Tim Oram <dev@mitmaro.ca>" ]
55license = " GPL-3.0-or-later"
66description = " View modules for git-interactive-rebase-tool"
@@ -18,18 +18,18 @@ name = "view"
1818anyhow = " 1.0.57"
1919bitflags = " 1.3.2"
2020crossbeam-channel = " 0.5.4"
21- girt-display = {version = " 1.0.0" , path = " ../display" }
2221parking_lot = " 0.12.0"
2322unicode-segmentation = " 1.9.0"
2423unicode-width = " 0.1.9"
2524xi-unicode = " 0.3.0"
25+ girt-display = {version = " 2.2.0" , path = " ../display" }
2626
2727[dependencies .uuid ]
2828version = " 1.0.0"
2929features = [" v4" , " fast-rng" ]
3030
3131[dev-dependencies ]
32- girt-config = {version = " 1.0 .0" , path = " ../config" }
32+ girt-config = {version = " 2.2 .0" , path = " ../config" }
3333
3434[build-dependencies ]
3535rustc_version = " 0.4.0"
You can’t perform that action at this time.
0 commit comments