Skip to content

Commit 9dcc948

Browse files
committed
Revert "chore: upgrade crate versions"
This reverts commit a46abf6.
1 parent d79230c commit 9dcc948

File tree

32 files changed

+105
-105
lines changed

32 files changed

+105
-105
lines changed

examples/client-cardano-database-v2/Cargo.toml

Lines changed: 2 additions & 2 deletions
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 = "--package"
4+
version = "0.0.14"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -15,5 +15,5 @@ async-trait = { workspace = true }
1515
clap = { workspace = true }
1616
futures = "0.3.31"
1717
indicatif = "0.18.0"
18-
mithril-client = { path = "../../mithril-client", features = ["fs"] , version = "--package" }
18+
mithril-client = { path = "../../mithril-client", features = ["fs"] }
1919
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }

examples/client-cardano-database/Cargo.toml

Lines changed: 2 additions & 2 deletions
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 = "--package"
4+
version = "0.1.36"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -15,5 +15,5 @@ async-trait = { workspace = true }
1515
clap = { workspace = true }
1616
futures = "0.3.31"
1717
indicatif = "0.18.0"
18-
mithril-client = { path = "../../mithril-client", features = ["fs"] , version = "--package" }
18+
mithril-client = { path = "../../mithril-client", features = ["fs"] }
1919
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }

examples/client-cardano-stake-distribution/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-cardano-stake-distribution"
33
description = "Mithril client cardano stake distribution example"
4-
version = "--package"
4+
version = "0.1.13"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -12,7 +12,7 @@ repository = "https://github.com/input-output-hk/mithril/"
1212
[dependencies]
1313
anyhow = { workspace = true }
1414
clap = { workspace = true }
15-
mithril-client = { path = "../../mithril-client" , version = "--package" }
15+
mithril-client = { path = "../../mithril-client" }
1616
slog = { workspace = true }
1717
slog-async = { workspace = true }
1818
slog-term = { workspace = true }

examples/client-cardano-transaction/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-cardano-transaction"
33
description = "Mithril client cardano-transaction example"
4-
version = "--package"
4+
version = "0.1.23"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -12,7 +12,7 @@ repository = "https://github.com/input-output-hk/mithril/"
1212
[dependencies]
1313
anyhow = { workspace = true }
1414
clap = { workspace = true }
15-
mithril-client = { path = "../../mithril-client" , version = "--package" }
15+
mithril-client = { path = "../../mithril-client" }
1616
slog = { workspace = true }
1717
slog-async = { workspace = true }
1818
slog-term = { workspace = true }

examples/client-mithril-stake-distribution/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "client-mithril-stake-distribution"
33
description = "Mithril client stake distribution example"
4-
version = "--package"
4+
version = "0.2.11"
55
66
documentation = "https://mithril.network/doc"
77
edition = "2021"
@@ -12,7 +12,7 @@ repository = "https://github.com/input-output-hk/mithril/"
1212
[dependencies]
1313
anyhow = { workspace = true }
1414
clap = { workspace = true }
15-
mithril-client = { path = "../../mithril-client" , version = "--package" }
15+
mithril-client = { path = "../../mithril-client" }
1616
slog = { workspace = true }
1717
slog-async = { workspace = true }
1818
slog-term = { workspace = true }

internal/cardano-node/mithril-cardano-node-chain/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-cardano-node-chain"
3-
version = "--package"
3+
version = "0.1.9"
44
authors.workspace = true
55
documentation.workspace = true
66
edition.workspace = true
@@ -15,7 +15,7 @@ crate-type = ["lib", "cdylib", "staticlib"]
1515
anyhow = { workspace = true }
1616
async-trait = { workspace = true }
1717
hex = { workspace = true }
18-
mithril-common = { path = "../../../mithril-common" , version = "--package" }
18+
mithril-common = { path = "../../../mithril-common" }
1919
nom = "8.0.0"
2020
pallas-addresses = { version = "0.33.0" }
2121
pallas-codec = { version = "0.33.0" }

internal/cardano-node/mithril-cardano-node-internal-database/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-cardano-node-internal-database"
3-
version = "--package"
3+
version = "0.1.7"
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
@@ -18,7 +18,7 @@ anyhow = { workspace = true }
1818
async-trait = { workspace = true }
1919
digest = { workspace = true }
2020
hex = { workspace = true }
21-
mithril-common = { path = "../../../mithril-common", version = "--package" }
21+
mithril-common = { path = "../../../mithril-common", version = ">=0.5" }
2222
serde = { workspace = true }
2323
serde_json = { workspace = true }
2424
sha2 = "0.10.9"

internal/mithril-aggregator-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator-client"
3-
version = "--package"
3+
version = "0.1.1"
44
description = "Client to request data from a Mithril Aggregator"
55
authors.workspace = true
66
documentation.workspace = true
@@ -16,7 +16,7 @@ crate-type = ["lib", "cdylib", "staticlib"]
1616
[dependencies]
1717
anyhow = { workspace = true }
1818
async-trait = { workspace = true }
19-
mithril-common = { path = "../../mithril-common", version = "--package" }
19+
mithril-common = { path = "../../mithril-common", version = ">=0.5" }
2020
reqwest = { workspace = true }
2121
semver = { workspace = true }
2222
serde = { 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 = "--package"
3+
version = "0.2.26"
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 = "--package"
3+
version = "0.0.7"
44
description = "An internal crate to provide tools for cli."
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)