Skip to content

Commit 606eb90

Browse files
committed
chore: upgrade crate versions and openapi.yaml version
* client-cardano-block from `0.1.1` to `0.1.2` name = "client-cardano-transaction-v2" -version = "0.1.1" +version = "0.1.2" * mithril-aggregator-client from `0.1.9` to `0.1.10` * mithril-persistence from `0.2.70` to `0.2.71` * mithril-protocol-config from `0.1.6` to `0.1.7` * mithril-aggregator from `0.8.41` to `0.8.42` * mithril-client-cli from `0.13.2` to `0.13.3` * mithril-client from `0.14.2` to `0.14.3` * mithril-common from `0.6.62` to `0.6.63` * mithril-signer from `0.3.28` to `0.3.29` * mithril-aggregator-fake from `0.4.18` to `0.4.19` * openapi.yaml from `0.1.60` to `0.1.61`
1 parent 4a4521b commit 606eb90

13 files changed

Lines changed: 23 additions & 23 deletions

File tree

Cargo.lock

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

examples/client-cardano-block/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-block"
33
description = "Mithril client cardano-block example"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-cardano-transaction-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-transaction-v2"
33
description = "Mithril client cardano-transaction-v2 example"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
authors = ["dev@iohk.io", "mithril-dev@iohk.io"]
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

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.9"
3+
version = "0.1.10"
44
description = "Client to request data from a Mithril Aggregator"
55
authors.workspace = true
66
documentation.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.70"
3+
version = "0.2.71"
44
description = "Common types, interfaces, and utilities to persist data for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }

internal/mithril-protocol-config/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-protocol-config"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Configuraton parameters for Mithril network"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-aggregator/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"
3-
version = "0.8.41"
3+
version = "0.8.42"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-cli/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-client-cli"
3-
version = "0.13.2"
3+
version = "0.13.3"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-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-client"
3-
version = "0.14.2"
3+
version = "0.14.3"
44
description = "Mithril client library"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-common/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-common"
3-
version = "0.6.62"
3+
version = "0.6.63"
44
description = "Common types, interfaces, and utilities for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)