Skip to content

Commit 69626a5

Browse files
committed
chore: upgrade crate versions
* mithril-cardano-node-chain from '0.1.8' to '0.1.9' * mithril-cardano-node-internal-database from '0.1.5' to '0.1.6' * mithril-doc-derive from '0.1.21' to '0.1.22' * mithril-doc from '0.1.25' to '0.1.26' * mithril-api-spec from '0.1.5' to '0.1.6' * mithril-test-http-server from '0.1.0' to '0.1.1' * mithril-aggregator from '0.7.83' to '0.7.84' * mithril-client-cli from '0.12.28' to '0.12.29' * mithril-client-wasm from '0.9.4' to '0.9.5' * mithril-client from '0.12.29' to '0.12.30' * mithril-common from '0.6.16' to '0.6.17' * mithril-relay from '0.1.51' to '0.1.52' * mithril-signer from '0.2.267' to '0.2.268' * mithril-stm from '0.4.11' to '0.4.12' * mithril-aggregator-fake from '0.4.12' to '0.4.13'
1 parent 1e39841 commit 69626a5

File tree

16 files changed

+31
-31
lines changed

16 files changed

+31
-31
lines changed

Cargo.lock

Lines changed: 16 additions & 16 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.8"
3+
version = "0.1.9"
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.5"
3+
version = "0.1.6"
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-doc-derive/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-doc-derive"
3-
version = "0.1.21"
3+
version = "0.1.22"
44
description = "An internal macro to support documentation generation."
55
authors = { workspace = true }
66
edition = { workspace = true }

internal/mithril-doc/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-doc"
3-
version = "0.1.25"
3+
version = "0.1.26"
44
description = "An internal crate to generate documentation."
55
authors = { workspace = true }
66
edition = { workspace = true }

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

internal/tests/mithril-test-http-server/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-test-http-server"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors.workspace = true
55
documentation.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.7.83"
3+
version = "0.7.84"
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.12.28"
3+
version = "0.12.29"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-wasm/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-wasm"
3-
version = "0.9.4"
3+
version = "0.9.5"
44
description = "Mithril client WASM"
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)