Skip to content

Commit

Permalink
chore(release-please): Set zk_toolbox version to the default one (#2580)
Browse files Browse the repository at this point in the history
## What ❔

<!-- What are the changes this PR brings about? -->
<!-- Example: This PR adds a PR template to the repo. -->
<!-- (For bigger PRs adding more context is appreciated) -->

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.

Signed-off-by: Danil <[email protected]>
  • Loading branch information
Deniallugo authored Aug 2, 2024
1 parent 72d3be8 commit 262942b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion zk_toolbox/crates/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common"
version.workspace = true
version = "0.1.0"
edition.workspace = true
homepage.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion zk_toolbox/crates/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "config"
version.workspace = true
version = "0.1.0"
edition.workspace = true
homepage.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion zk_toolbox/crates/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "types"
version.workspace = true
version = "0.1.0"
edition.workspace = true
homepage.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion zk_toolbox/crates/zk_inception/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk_inception"
version.workspace = true
version = "0.1.0"
edition.workspace = true
homepage.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion zk_toolbox/crates/zk_supervisor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk_supervisor"
version.workspace = true
version = "0.1.0"
edition.workspace = true
homepage.workspace = true
license.workspace = true
Expand Down

0 comments on commit 262942b

Please sign in to comment.