File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cli-table-derive"
3
- version = " 0.4.6 "
3
+ version = " 0.5.0 "
4
4
authors = [" Devashish Dixit <devashishdxt@gmail.com>" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = " A crate for printing tables on command line"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cli-table"
3
- version = " 0.4.9 "
3
+ version = " 0.5.0 "
4
4
authors = [" Devashish Dixit <devashishdxt@gmail.com>" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = " A crate for printing tables on command line"
@@ -19,7 +19,7 @@ path = "src/lib.rs"
19
19
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
20
20
21
21
[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 }
23
23
csv = { version = " 1.3.1" , optional = true }
24
24
termcolor = " 1.4.1"
25
25
unicode-width = " 0.2.0"
You can’t perform that action at this time.
0 commit comments