Skip to content

Commit 4ab55cd

Browse files
committed
chore: upgrade crate versions
* client-cardano-database-v2 from `0.0.1` to `0.0.2` * client-cardano-database from `0.1.25` to `0.1.26` * mithril-client-cli from `0.11.8` to `0.11.9` * mithril-client-wasm from `0.8.4` to `0.8.5` * mithril-client from `0.11.10` to `0.11.11` * [js] mithril-client-wasm from `0.8.4` to `0.8.5`
1 parent 59c050d commit 4ab55cd

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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.1"
4+
version = "0.0.2"
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.25"
4+
version = "0.1.26"
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.

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.11.8"
3+
version = "0.11.9"
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.8.4"
3+
version = "0.8.5"
44
description = "Mithril client WASM"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-wasm/ci-test/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.

mithril-client-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mithril-dev/mithril-client-wasm",
3-
"version": "0.8.4",
3+
"version": "0.8.5",
44
"description": "Mithril client WASM",
55
"license": "Apache-2.0",
66
"collaborators": [

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

0 commit comments

Comments
 (0)