Skip to content

Commit e653a67

Browse files
committed
chore: upgrade crate versions
name = "client-cardano-database-v2" -version = "0.0.9" +version = "0.0.10" * client-cardano-database from `0.1.33` to `0.1.34` * mithril-cardano-node-chain from `0.1.2` to `0.1.3` * mithril-cardano-node-internal-database from `0.1.1` to `0.1.2` * mithril-build-script from `0.2.23` to `0.2.24` * mithril-cli-helper from `0.0.6` to `0.0.7` * mithril-dmq from `0.1.1` to `0.1.2` * mithril-doc-derive from `0.1.19` to `0.1.20` * mithril-doc from `0.1.24` to `0.1.25` * mithril-era from `0.1.1` to `0.1.2` * mithril-metric from `0.1.15` to `0.1.16` * mithril-persistence from `0.2.55` to `0.2.56` * mithril-resource-pool from `0.0.6` to `0.0.7` * mithril-ticker from `0.1.2` to `0.1.3` * mithril-signed-entity-preloader from `0.0.6` to `0.0.7` * mithril-api-spec from `0.1.0` to `0.1.1` * mithril-aggregator from `0.7.71` to `0.7.72` * mithril-client-cli from `0.12.17` to `0.12.18` * mithril-client-wasm from `0.9.2` to `0.9.3` * mithril-client from `0.12.18` to `0.12.19` * mithril-common from `0.6.5` to `0.6.6` * mithril-relay from `0.1.45` to `0.1.46` * mithril-signer from `0.2.258` to `0.2.259` * mithril-stm from `0.4.6` to `0.4.7` * mithril-aggregator-fake from `0.4.9` to `0.4.10` * mithril-end-to-end from `0.4.94` to `0.4.95` * [js] mithril-client-wasm from `0.9.2` to `0.9.3`
1 parent 27b60e4 commit e653a67

File tree

32 files changed

+57
-57
lines changed

32 files changed

+57
-57
lines changed

Cargo.lock

Lines changed: 26 additions & 26 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.9"
4+
version = "0.0.10"
55
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.33"
4+
version = "0.1.34"
55
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.2"
3+
version = "0.1.3"
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.1"
3+
version = "0.1.2"
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-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.23"
3+
version = "0.2.24"
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.6"
3+
version = "0.0.7"
44
description = "An internal crate to provide tools for cli."
55
authors = { workspace = true }
66
edition = { 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.1"
4+
version = "0.1.2"
55
authors.workspace = true
66
documentation.workspace = true
77
edition.workspace = true

0 commit comments

Comments
 (0)