Skip to content

Commit a4c6b5e

Browse files
committed
chore: upgrade crate versions
* client-cardano-database from `0.1.38` to `0.1.39` * client-cardano-database-v2 from `0.1.15` to `0.1.16` * client-cardano-stake-distribution from `0.1.14` to `0.1.15` * client-mithril-stake-distribution from `0.2.12` to `0.2.13` * mithril-cardano-node-chain from `0.1.10` to `0.1.11` * mithril-cardano-node-internal-database from `0.1.8` to `0.1.9` * mithril-aggregator-client from `0.1.6` to `0.1.7` * mithril-dmq from `0.1.14` to `0.1.15` * mithril-era from `0.1.6` to `0.1.7` * mithril-protocol-config from `0.1.3` to `0.1.4` * mithril-ticker from `0.1.4` to `0.1.5` * mithril-aggregator from `0.7.95` to `0.7.96` * mithril-client-cli from `0.12.36` to `0.12.37` * mithril-client-wasm from `0.9.9` to `0.9.10` * mithril-client from `0.13.0` to `0.13.1` * mithril-common from `0.6.37` to `0.6.38` * mithril-relay from `0.1.54` to `0.1.55` * mithril-signer from `0.2.280` to `0.2.281` * mithril-aggregator-fake from `0.4.15` to `0.4.16` * [js] mithril-client-wasm from `0.9.9` to `0.9.10`
1 parent 1ebc919 commit a4c6b5e

File tree

25 files changed

+845
-100
lines changed

25 files changed

+845
-100
lines changed

Cargo.lock

Lines changed: 19 additions & 19 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.15"
4+
version = "0.0.16"
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.38"
4+
version = "0.1.39"
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.14"
4+
version = "0.1.15"
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.12"
4+
version = "0.2.13"
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/cardano-node/mithril-cardano-node-chain/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-cardano-node-chain"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
authors.workspace = true
55
documentation.workspace = true
66
edition.workspace = true

internal/cardano-node/mithril-cardano-node-internal-database/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-cardano-node-internal-database"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "Mechanisms that allow Mithril nodes to read the files of a Cardano node internal database and compute digests from them"
55
authors.workspace = true
66
documentation.workspace = true

internal/mithril-aggregator-client/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-aggregator-client"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Client to request data from a Mithril Aggregator"
55
authors.workspace = true
66
documentation.workspace = true

0 commit comments

Comments
 (0)