Skip to content

Commit 28e7069

Browse files
committed
Fix cli version of finch
1 parent 05dd44b commit 28e7069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616

1717
[dependencies]
1818
clap = "2.33.0"
19-
finch = { version = "0.6", path = "../lib" }
19+
finch = "0.6"
2020
serde_json = "1"
2121
anyhow = "1"
2222

0 commit comments

Comments
 (0)