Skip to content

Commit

Permalink
chore: reset versions of internal crates
Browse files Browse the repository at this point in the history
These versions were always bumped by `release-please` when there was a
dependency change. This wasn't desired but there was also no way to turn
off this behaviour.

With the switch to `release-plz` these crates are ignored and we can set
the versions to `0.0.0` again.
  • Loading branch information
martinohmann committed Apr 8, 2024
1 parent f90467b commit 9dedb62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "benchmarks"
version = "0.0.39"
version = "0.0.0"
publish = false
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion crates/specsuite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "specsuite"
version = "0.0.18"
version = "0.0.0"
publish = false
edition = "2021"

Expand Down

0 comments on commit 9dedb62

Please sign in to comment.