We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6838af9 commit 77be2adCopy full SHA for 77be2ad
cli-table/Cargo.toml
@@ -19,7 +19,7 @@ path = "src/lib.rs"
19
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
20
21
[dependencies]
22
-cli-table-derive = { path = "../cli-table-derive", optional = true }
+cli-table-derive = { version = "0.4.5", path = "../cli-table-derive", optional = true }
23
csv = { version = "1.3.0", optional = true }
24
termcolor = "1.4.1"
25
unicode-width = "0.1.13"
0 commit comments