Skip to content

Commit 77be2ad

Browse files
committed
Add version to cli-table-derive
1 parent 6838af9 commit 77be2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli-table/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = { path = "../cli-table-derive", optional = true }
22+
cli-table-derive = { version = "0.4.5", 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)