Skip to content

Commit 1959e62

Browse files
committed
chore: upgrade crate versions
name = "client-cardano-database-v2" -version = "0.0.4" +version = "0.0.5" * client-cardano-database from `0.1.29` to `0.1.30` * client-cardano-stake-distribution from `0.1.11` to `0.1.12` * client-cardano-transaction from `0.1.21` to `0.1.22` * client-mithril-stake-distribution from `0.2.9` to `0.2.10` * mithril-build-script from `0.2.19` to `0.2.20` * mithril-cli-helper from `0.0.3` to `0.0.4` * mithril-doc from `0.1.20` to `0.1.21` * mithril-metric from `0.1.10` to `0.1.11` * mithril-persistence from `0.2.50` to `0.2.51` * mithril-resource-pool from `0.0.2` to `0.0.3` * mithril-signed-entity-lock from `0.0.2` to `0.0.3` * mithril-signed-entity-preloader from `0.0.2` to `0.0.3` * mithril-aggregator from `0.7.39` to `0.7.40` * mithril-client-cli from `0.11.14` to `0.11.15` * mithril-client-wasm from `0.8.7` to `0.8.8` * mithril-client from `0.11.21` to `0.11.22` * mithril-common from `0.5.23` to `0.5.24` * mithril-relay from `0.1.39` to `0.1.40` * mithril-signer from `0.2.238` to `0.2.239` * mithril-stm from `0.3.43` to `0.3.44` * mithril-aggregator-fake from `0.4.5` to `0.4.6` * mithril-end-to-end from `0.4.80` to `0.4.81` * [js] mithril-client-wasm from `0.8.7` to `0.8.8`
1 parent 09b4076 commit 1959e62

File tree

29 files changed

+51
-51
lines changed

29 files changed

+51
-51
lines changed

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/client-cardano-database-v2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-cardano-database-v2"
33
description = "Mithril client Cardano database example"
4-
version = "0.0.4"
4+
version = "0.0.5"
55
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-cardano-database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-cardano-database"
33
description = "Mithril client Cardano database example"
4-
version = "0.1.29"
4+
version = "0.1.30"
55
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-cardano-stake-distribution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-cardano-stake-distribution"
33
description = "Mithril client cardano stake distribution example"
4-
version = "0.1.11"
4+
version = "0.1.12"
55
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-cardano-transaction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-cardano-transaction"
33
description = "Mithril client cardano-transaction example"
4-
version = "0.1.21"
4+
version = "0.1.22"
55
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-mithril-stake-distribution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-mithril-stake-distribution"
33
description = "Mithril client stake distribution example"
4-
version = "0.2.9"
4+
version = "0.2.10"
55
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-wasm-nodejs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/client-wasm-web/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/mithril-build-script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-build-script"
3-
version = "0.2.19"
3+
version = "0.2.20"
44
description = "A toolbox for Mithril crates build scripts"
55
authors = { workspace = true }
66
edition = { workspace = true }

internal/mithril-cli-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-cli-helper"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "An internal crate to provide tools for cli."
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)