Skip to content

Commit be67944

Browse files
committedMar 18, 2025
chore: Release
1 parent 6c6bab6 commit be67944

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎cli-table-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli-table-derive"
3-
version = "0.4.6"
3+
version = "0.5.0"
44
authors = ["Devashish Dixit <devashishdxt@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
description = "A crate for printing tables on command line"

‎cli-table/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli-table"
3-
version = "0.4.9"
3+
version = "0.5.0"
44
authors = ["Devashish Dixit <devashishdxt@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
description = "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 }
2323
csv = { version = "1.3.1", optional = true }
2424
termcolor = "1.4.1"
2525
unicode-width = "0.2.0"

0 commit comments

Comments
 (0)