Skip to content

Commit 73760b1

Browse files
committed
chore: Release
1 parent 77be2ad commit 73760b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[workspace]
2-
members = ["cli-table", "cli-table-derive", "test-suite"]
2+
members = ["cli-table", "cli-table-derive", "test-suite"]

cli-table-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli-table-derive"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
authors = ["Devashish Dixit <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "A crate for printing tables on command line"

cli-table/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli-table"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
authors = ["Devashish Dixit <[email protected]>"]
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.5", path = "../cli-table-derive", optional = true }
22+
cli-table-derive = { version = "0.4.6", path = "../cli-table-derive", optional = true }
2323
csv = { version = "1.3.0", optional = true }
2424
termcolor = "1.4.1"
2525
unicode-width = "0.1.13"

0 commit comments

Comments
 (0)