File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " cli-table-derive"
3- version = " 0.4.6 "
3+ version = " 0.5.0 "
44authors = [" Devashish Dixit <devashishdxt@gmail.com>" ]
55license = " MIT/Apache-2.0"
66description = " A crate for printing tables on command line"
Original file line number Diff line number Diff line change 11[package ]
22name = " cli-table"
3- version = " 0.4.9 "
3+ version = " 0.5.0 "
44authors = [" Devashish Dixit <devashishdxt@gmail.com>" ]
55license = " MIT/Apache-2.0"
66description = " A crate for printing tables on command line"
@@ -19,7 +19,7 @@ path = "src/lib.rs"
1919# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2020
2121[dependencies ]
22- cli-table-derive = { version = " 0.4.6 " , path = " ../cli-table-derive" , optional = true }
22+ cli-table-derive = { version = " 0.5.0 " , path = " ../cli-table-derive" , optional = true }
2323csv = { version = " 1.3.1" , optional = true }
2424termcolor = " 1.4.1"
2525unicode-width = " 0.2.0"
You can’t perform that action at this time.
0 commit comments