-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: prepare release-v0.5.4 Signed-off-by: Brandon H. Gomes <[email protected]> * chore: fix hakari dependencies Signed-off-by: Brandon H. Gomes <[email protected]> * feat: remove redundant text in release template Signed-off-by: Brandon H. Gomes <[email protected]> * fix: disable cargo hakari verify for now, this is an internal verification anyway Signed-off-by: Brandon H. Gomes <[email protected]>
- Loading branch information
Showing
13 changed files
with
33 additions
and
77 deletions.
There are no files selected for viewing
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
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,8 +1,7 @@ | ||
## Release vX.Y.Z | ||
|
||
**Each reviewer needs to check that these conditions are met before approving the PR.** | ||
|
||
- [ ] Checked that the release is on the correct branch name of the form `release-vX.Y.Z` | ||
- [ ] 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 |
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
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
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 = "manta-accounting" | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
edition = "2021" | ||
authors = ["Manta Network <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -64,7 +64,7 @@ manta-util = { path = "../manta-util", default-features = false, features = ["al | |
parking_lot = { version = "0.12.0", optional = true, default-features = false } | ||
rand_chacha = { version = "0.3.1", optional = true, default-features = false } | ||
statrs = { version = "0.15.0", optional = true, default-features = false } | ||
workspace-hack = { version = "0.1", path = "../workspace-hack" } | ||
workspace-hack = { version = "0.1.0", path = "../workspace-hack" } | ||
|
||
[dev-dependencies] | ||
manta-crypto = { path = "../manta-crypto", default-features = false, features = ["getrandom"] } |
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 = "manta-benchmark" | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
edition = "2021" | ||
authors = ["Manta Network <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -55,7 +55,7 @@ manta-pay = { path = "../manta-pay", default-features = false, features = ["grot | |
wasm-bindgen = { version = "0.2.82", default-features = false } | ||
wasm-bindgen-test = { version = "0.3.30", default-features = false } | ||
web-sys = { version = "0.3.59", default-features = false, features = ["console"] } | ||
workspace-hack = { version = "0.1", path = "../workspace-hack" } | ||
workspace-hack = { version = "0.1.0", path = "../workspace-hack" } | ||
|
||
[dev-dependencies] | ||
criterion = { version = "0.3.4", default-features = false } |
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 = "manta-crypto" | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
edition = "2021" | ||
authors = ["Manta Network <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -42,7 +42,7 @@ derivative = { version = "2.2.0", default-features = false, features = ["use_cor | |
manta-util = { path = "../manta-util", default-features = false, features = ["alloc"] } | ||
rand = { version = "0.8.4", optional = true, default-features = false, features = ["alloc"] } | ||
rand_core = { version = "0.6.3", default-features = false } | ||
workspace-hack = { version = "0.1", path = "../workspace-hack" } | ||
workspace-hack = { version = "0.1.0", path = "../workspace-hack" } | ||
|
||
[dev-dependencies] | ||
rand = "0.8.4" |
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 = "manta-parameters" | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
edition = "2021" | ||
authors = ["Manta Network <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -35,7 +35,7 @@ std = ["anyhow?/std"] | |
anyhow = { version = "1.0.57", optional = true, default-features = false } | ||
attohttpc = { version = "0.19.1", optional = true } | ||
blake3 = { version = "1.3.1", default-features = false } | ||
workspace-hack = { version = "0.1", path = "../workspace-hack" } | ||
workspace-hack = { version = "0.1.0", path = "../workspace-hack" } | ||
|
||
[dev-dependencies] | ||
git2 = { version = "0.14.4", default-features = false } | ||
|
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 = "manta-pay" | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
edition = "2021" | ||
authors = ["Manta Network <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -59,7 +59,7 @@ groth16 = ["ark-groth16", "ark-snark", "arkworks"] | |
http = ["reqwest", "serde"] | ||
|
||
# SCALE Codec and Type Info | ||
scale = ["scale-codec", "scale-info", "syn"] | ||
scale = ["scale-codec", "scale-info"] | ||
|
||
# SCALE Codec and Type Info with the Standard Library Enabled | ||
scale-std = ["scale", "scale-codec/std", "scale-info/std", "std"] | ||
|
@@ -132,12 +132,11 @@ reqwest = { version = "0.11.9", optional = true, default-features = false, featu | |
scale-codec = { package = "parity-scale-codec", version = "3.1.2", optional = true, default-features = false, features = ["derive", "max-encoded-len"] } | ||
scale-info = { version = "2.1.2", optional = true, default-features = false, features = ["derive"] } | ||
serde_json = { version = "1.0.82", optional = true, default-features = false, features = ["alloc"] } | ||
syn = { version = "=1.0.96", optional = true, default-features = false } # FIXME: Workaround until polkadot-v0.9.24 for https://github.com/paritytech/substrate/issues/11706 | ||
tempfile = { version = "3.3.0", optional = true, default-features = false } | ||
tide = { version = "0.16.0", optional = true, default-features = false, features = ["h1-server"] } | ||
tokio = { version = "1.20.1", optional = true, default-features = false } | ||
tokio-tungstenite = { version = "0.17.2", optional = true, default-features = false, features = ["native-tls"] } | ||
workspace-hack = { version = "0.1", path = "../workspace-hack" } | ||
workspace-hack = { version = "0.1.0", path = "../workspace-hack" } | ||
ws_stream_wasm = { version = "0.7.3", optional = true, default-features = false } | ||
|
||
[dev-dependencies] | ||
|
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 = "manta-trusted-setup" | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
edition = "2021" | ||
authors = ["Manta Network <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -44,4 +44,4 @@ derivative = { version = "2.2.0", default-features = false, features = ["use_cor | |
manta-crypto = { path = "../manta-crypto", default-features = false, features = ["getrandom"] } | ||
manta-util = { path = "../manta-util", default-features = false, features = ["alloc"] } | ||
rayon = { version = "1.5.3", optional = true, default-features = false } | ||
workspace-hack = { version = "0.1", path = "../workspace-hack" } | ||
workspace-hack = { version = "0.1.0", path = "../workspace-hack" } |
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 = "manta-util" | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
edition = "2021" | ||
authors = ["Manta Network <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -42,4 +42,4 @@ crossbeam-channel = { version = "0.5.6", optional = true, default-features = fal | |
rayon = { version = "1.5.3", optional = true, default-features = false } | ||
serde = { version = "1.0.140", optional = true, default-features = false, features = ["derive"] } | ||
serde_with = { version = "1.14.0", optional = true, default-features = false, features = ["macros"] } | ||
workspace-hack = { version = "0.1", path = "../workspace-hack" } | ||
workspace-hack = { version = "0.1.0", path = "../workspace-hack" } |
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
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