Skip to content

Commit

Permalink
chore: update workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
  • Loading branch information
bhgomes committed Sep 22, 2022
1 parent 576e45d commit e448a1d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/RELEASE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
- [ ] Checked that the release is on the correct branch name of the form `release-vX.Y.Z` and the PR title matches `Release vX.Y.Z`
- [ ] Added the `changelog:skip` label and the relevant `release` label to this PR
- [ ] Updated the [`CHANGELOG.md`](https://github.com/manta-network/manta-rs/blob/main/CHANGELOG.md)
- [ ] Updated the version numbers in the `Cargo.toml` for each crate in the workspace
- [ ] Ran `cargo hakari disable` to disable the `workspace-hack` system and checked that `workspace-hack/Cargo.toml` has no dependencies
- [ ] Updated the version number in the workspace `Cargo.toml`
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
[workspace.package]
version = "0.5.4"
edition = "2021"
authors = ["Manta Network <contact@manta.network>"]
repository = "https://github.com/Manta-Network/manta-rs"
homepage = "https://github.com/Manta-Network"
documentation = "https://github.com/Manta-Network/manta-rs"
license-file = "LICENSE"
categories = [""]
keywords = [""]
publish = false

[workspace]
resolver = "2"
members = ["manta-*"]
Expand Down

0 comments on commit e448a1d

Please sign in to comment.