diff --git a/.gitignore b/.gitignore index bcdcd56..643a135 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ Cargo.lock *.csv benchmarks/out /benchmarks/perf-test/target/ +/benchmarks/perf-test/*.png diff --git a/crates/cervo-cli/Cargo.toml b/crates/cervo-cli/Cargo.toml index 45ecd94..b4fa867 100644 --- a/crates/cervo-cli/Cargo.toml +++ b/crates/cervo-cli/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" tempfile = "3.4" tracing-subscriber = { version = "0.3", features = ["fmt"] } -cervo = { path = "../cervo" } +cervo = { version = "0.4.1-alpha.0", path = "../cervo" } [[bin]] name = "cervo"