11[package ]
22name = " girt-core"
3- version = " 2.2.1 "
3+ version = " 2.3.0 "
44authors = [" Tim Oram <dev@mitmaro.ca>" ]
55license = " GPL-3.0-or-later"
66description = " Core modules for git-interactive-rebase-tool"
@@ -25,20 +25,20 @@ num-format = "0.4.4"
2525parking_lot = " 0.12.1"
2626pico-args = " 0.5.0"
2727unicode-segmentation = " 1.10.1"
28- girt-config = {version = " 2.2 .0" , path = " ../../src/config" }
29- girt-display = {version = " 2.2 .0" , path = " ../../src/display" }
30- girt-git = {version = " 2.2 .0" , path = " ../../src/git" }
31- girt-input = {version = " 2.2 .0" , path = " ../../src/input" }
32- girt-runtime = {version = " 0.1 .0" , path = " ../runtime" }
33- girt-todo-file = {version = " 2.2 .0" , path = " ../../src/todo_file" }
34- girt-view = {version = " 2.2 .0" , path = " ../../src/view" }
28+ girt-config = {version = " 2.3 .0" , path = " ../../src/config" }
29+ girt-display = {version = " 2.3 .0" , path = " ../../src/display" }
30+ girt-git = {version = " 2.3 .0" , path = " ../../src/git" }
31+ girt-input = {version = " 2.3 .0" , path = " ../../src/input" }
32+ girt-runtime = {version = " 2.3 .0" , path = " ../runtime" }
33+ girt-todo-file = {version = " 2.3 .0" , path = " ../../src/todo_file" }
34+ girt-view = {version = " 2.3 .0" , path = " ../../src/view" }
3535
3636[dev-dependencies ]
3737claim = { git = " https://github.com/Turbo87/rust-claim.git" , rev = " 23892a3" }
3838pretty_assertions = " 1.4.0"
3939rstest = " 0.18.1"
4040serial_test = " 2.0.0"
41- girt-view = {version = " 2.2 .0" , path = " ../../src/view" , features = [" testutils" ]}
41+ girt-view = {version = " 2.3 .0" , path = " ../../src/view" , features = [" testutils" ]}
4242
4343[build-dependencies ]
4444chrono = " 0.4.26"
0 commit comments