Skip to content

Commit 420c6d3

Browse files
committed
Upgrade crates and openapi versions
1 parent daeb44f commit 420c6d3

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/mithril-build-script/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-build-script"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A toolbox for Mithril crates build scripts"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-aggregator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator"
3-
version = "0.4.42"
3+
version = "0.4.43"
44
description = "A Mithril Aggregator server"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client-cli"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client-cli/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ impl Source for Args {
165165
enum ArtifactCommands {
166166
/// Deprecated, use `cardano-db` instead
167167
#[clap(subcommand)]
168-
#[deprecated(since = "0.7.2", note = "use `CardanoDb` commands instead")]
168+
#[deprecated(since = "0.7.3", note = "use `CardanoDb` commands instead")]
169169
Snapshot(SnapshotCommands),
170170

171171
#[clap(subcommand, alias("cdb"))]

mithril-client-wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client-wasm"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Mithril client WASM"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client"
3-
version = "0.6.5"
3+
version = "0.6.6"
44
description = "Mithril client library"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-common/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-common"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
description = "Common types, interfaces, and utilities for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }
@@ -92,7 +92,7 @@ slog-term = "2.9.0"
9292
tokio = { version = "1.35.1", features = ["macros", "time"] }
9393

9494
[build-dependencies]
95-
mithril-build-script = { path = "../internal/mithril-build-script", version = "=0.1.1" }
95+
mithril-build-script = { path = "../internal/mithril-build-script", version = "=0.1.2" }
9696

9797
[features]
9898
default = []

mithril-test-lab/mithril-aggregator-fake/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator-fake"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Mithril Fake Aggregator for client testing"
55
authors = { workspace = true }
66
documentation = { workspace = true }

mithril-test-lab/mithril-end-to-end/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-end-to-end"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
# `mithril-common/src/lib.rs` file. If you plan to update it
55
# here to reflect changes in the API, please also update the constant in the
66
# Rust file.
7-
version: 0.1.18
7+
version: 0.1.19
88
title: Mithril Aggregator Server
99
description: |
1010
The REST API provided by a Mithril Aggregator Node in a Mithril network.

0 commit comments

Comments
 (0)