From eb7ea2eea9c68ae6dfff9d6e255d62463551b964 Mon Sep 17 00:00:00 2001 From: Tom Solberg Date: Thu, 14 Sep 2023 13:54:44 +0200 Subject: [PATCH] cleanup pre-release (#49) Planning to release 0.5.0-rc.0 so we can test it E2E in playtests. `cargo-release` has gotten nittier about some things so fixing these before going there. --- .gitignore | 1 + crates/cervo-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"