-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: reset versions of internal crates
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
1 parent
f90467b
commit 9dedb62
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|