Skip to content

Commit 68a0017

Browse files
committed
chore: upgrade crate versions
* mithril-cardano-node-chain from `0.1.6` to `0.1.7` * mithril-cardano-node-internal-database from `0.1.4` to `0.1.5` * mithril-aggregator-client from `0.1.0` to `0.1.1` * mithril-dmq from `0.1.7` to `0.1.8` * mithril-era from `0.1.4` to `0.1.5` * mithril-metric from `0.1.18` to `0.1.19` * mithril-persistence from `0.2.58` to `0.2.59` * mithril-resource-pool from `0.0.7` to `0.0.8` * mithril-signed-entity-preloader from `0.0.9` to `0.0.10` * mithril-api-spec from `0.1.4` to `0.1.5` * mithril-aggregator from `0.7.80` to `0.7.81` * mithril-client-cli from `0.12.25` to `0.12.26` * mithril-client from `0.12.26` to `0.12.27` * mithril-common from `0.6.14` to `0.6.15` * mithril-relay from `0.1.49` to `0.1.50` * mithril-signer from `0.2.264` to `0.2.265` * mithril-end-to-end from `0.4.100` to `0.4.101`
1 parent 245f6d3 commit 68a0017

File tree

18 files changed

+34
-34
lines changed

18 files changed

+34
-34
lines changed

Cargo.lock

Lines changed: 17 additions & 17 deletions
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.6"
3+
version = "0.1.7"
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.4"
3+
version = "0.1.5"
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.0"
3+
version = "0.1.1"
44
description = "Client to request data from a Mithril Aggregator"
55
authors.workspace = true
66
documentation.workspace = true

internal/mithril-dmq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mithril-dmq"
33
description = "Mechanisms to publish and consume messages of a 'Decentralized Message Queue network' through a DMQ node"
4-
version = "0.1.7"
4+
version = "0.1.8"
55
authors.workspace = true
66
documentation.workspace = true
77
edition.workspace = true

internal/mithril-era/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-era"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors.workspace = true
55
documentation.workspace = true
66
edition.workspace = true

internal/mithril-metric/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-metric"
3-
version = "0.1.18"
3+
version = "0.1.19"
44
description = "Common tools to expose metrics."
55
authors = { workspace = true }
66
edition = { workspace = true }

internal/mithril-persistence/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-persistence"
3-
version = "0.2.58"
3+
version = "0.2.59"
44
description = "Common types, interfaces, and utilities to persist data for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }

internal/mithril-resource-pool/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-resource-pool"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "Provide a resource pool for Mithril."
55
authors = { workspace = true }
66
edition = { workspace = true }

internal/signed-entity/mithril-signed-entity-preloader/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-signed-entity-preloader"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
description = "A preload mechanism for Cardano Transaction signed entity."
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)