Skip to content

Commit

Permalink
v0.0.0 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mwlon committed Nov 15, 2023
1 parent 8b91c19 commit 1bb464f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pco/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache-2.0"
repository = "https://github.com/mwlon/pcodec"

[dependencies]
better_io = {version = "0.0.0-alpha.0", path = "../better_io"}
better_io = {version = "0.0.0", path = "../better_io"}

[dev-dependencies]
futures = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion pco_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ arrow = {version = "43.0.0", features = ["csv"], default-features=false}
clap = {version = "4.3.11", features = ["derive"]}
num-complex = "0.4.3"
parquet = {version = "43.0.0", features = ["arrow", "base64", "snap", "zstd"], default-features=false}
pco = {version = "0.0.0-alpha.0", path = "../pco" }
pco = {version = "0.0.0", path = "../pco" }

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

0 comments on commit 1bb464f

Please sign in to comment.