Skip to content

Commit

Permalink
cleanup pre-release (#49)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tgolsson authored Sep 14, 2023
1 parent 88731bf commit eb7ea2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Cargo.lock
*.csv
benchmarks/out
/benchmarks/perf-test/target/
/benchmarks/perf-test/*.png
2 changes: 1 addition & 1 deletion crates/cervo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb7ea2e

Please sign in to comment.