Skip to content

Commit d1d63cf

Browse files
committed
chore: upgrade crate versions
* client-cardano-database-v2 from `0.0.11` to `0.0.12` * client-cardano-database from `0.1.35` to `0.1.36` * mithril-cardano-node-chain from `0.1.3` to `0.1.4` * mithril-doc-derive from `0.1.20` to `0.1.21` * mithril-aggregator from `0.7.73` to `0.7.74` * mithril-client-cli from `0.12.21` to `0.12.22` * mithril-client from `0.12.21` to `0.12.22` * mithril-common from `0.6.8` to `0.6.9` * mithril-relay from `0.1.46` to `0.1.47` * mithril-stm from `0.4.9` to `0.4.10` * mithril-aggregator-fake from `0.4.11` to `0.4.12` * mithril-end-to-end from `0.4.96` to `0.4.97` * [js] client-wasm-nodejs from `0.3.9` to `0.3.10` * [js] client-wasm-web from `0.3.9` to `0.3.10` * [js] mithril-explorer from `0.7.36` to `0.7.37`
1 parent bcc7edb commit d1d63cf

File tree

19 files changed

+33
-33
lines changed

19 files changed

+33
-33
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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.11"
4+
version = "0.0.12"
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.35"
4+
version = "0.1.36"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"

examples/client-wasm-nodejs/package-lock.json

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

examples/client-wasm-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-wasm-nodejs",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"private": true,
55
"type": "module",
66
"scripts": {

examples/client-wasm-web/package-lock.json

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

examples/client-wasm-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-wasm-web",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"private": true,
55
"scripts": {
66
"build": "webpack --config webpack.config.js",

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.3"
3+
version = "0.1.4"
44
authors.workspace = true
55
documentation.workspace = true
66
edition.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.20"
3+
version = "0.1.21"
44
description = "An internal macro to support documentation generation."
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.7.73"
3+
version = "0.7.74"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)