Skip to content

Commit

Permalink
proper pco dep in pco_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mwlon committed Jul 7, 2023
1 parent 4383fc7 commit 4b35004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pco_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0.53"
arrow = {version = "9.0.2", features = ["csv"], default-features=false}
parquet = {version = "9.0.2", features = ["arrow", "base64", "snap", "zstd"], default-features=false}
structopt = "0.3.26"
pco = {version = "0.0", path = "../pco" }
pco = {version = "0.0.0-alpha.0", path = "../pco" }

[dev-dependencies]
enum-iterator = "0.7.0"

0 comments on commit 4b35004

Please sign in to comment.