Skip to content

Commit b9f2466

Browse files
authored
Merge pull request #2783 from input-output-hk/djo/remove_uneeded_crates_type
chore: remove uneeded crates type from most `Cargo.toml`
2 parents 59bf453 + 1c11101 commit b9f2466

File tree

13 files changed

+25
-61
lines changed

13 files changed

+25
-61
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.

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
[package]
22
name = "mithril-cardano-node-chain"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors.workspace = true
55
documentation.workspace = true
66
edition.workspace = true
77
homepage.workspace = true
88
license.workspace = true
99
repository.workspace = true
1010

11-
[lib]
12-
crate-type = ["lib", "cdylib", "staticlib"]
13-
1411
[dependencies]
1512
anyhow = { workspace = true }
1613
async-trait = { workspace = true }

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

Lines changed: 1 addition & 4 deletions
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.7"
3+
version = "0.1.8"
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
@@ -10,9 +10,6 @@ license.workspace = true
1010
repository.workspace = true
1111
include = ["**/*.rs", "Cargo.toml", "README.md", ".gitignore"]
1212

13-
[lib]
14-
crate-type = ["lib", "cdylib", "staticlib"]
15-
1613
[dependencies]
1714
anyhow = { workspace = true }
1815
async-trait = { workspace = true }

internal/mithril-aggregator-client/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-aggregator-client"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Client to request data from a Mithril Aggregator"
55
authors.workspace = true
66
documentation.workspace = true
@@ -10,9 +10,6 @@ license.workspace = true
1010
repository.workspace = true
1111
include = ["**/*.rs", "Cargo.toml", "README.md"]
1212

13-
[lib]
14-
crate-type = ["lib", "cdylib", "staticlib"]
15-
1613
[dependencies]
1714
anyhow = { workspace = true }
1815
async-trait = { workspace = true }

internal/mithril-dmq/Cargo.toml

Lines changed: 2 additions & 5 deletions
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.13"
4+
version = "0.1.14"
55
authors.workspace = true
66
documentation.workspace = true
77
edition.workspace = true
@@ -14,9 +14,6 @@ include = ["**/*.rs", "Cargo.toml", "README.md", ".gitignore"]
1414
# `serde_bytes` is used for DmqMessage serialization
1515
ignored = ["serde_bytes"]
1616

17-
[lib]
18-
crate-type = ["lib", "cdylib", "staticlib"]
19-
2017
[dependencies]
2118
anyhow = { workspace = true }
2219
async-trait = { workspace = true }
@@ -31,7 +28,7 @@ serde_bytes = "0.11.19"
3128
slog = { workspace = true }
3229
slog-scope = "4.4.0"
3330
thiserror = { workspace = true }
34-
tokio = { workspace = true, features = ["sync","rt-multi-thread"] }
31+
tokio = { workspace = true, features = ["sync", "rt-multi-thread"] }
3532

3633
[dev-dependencies]
3734
mockall = { workspace = true }

internal/mithril-era/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
[package]
22
name = "mithril-era"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors.workspace = true
55
documentation.workspace = true
66
edition.workspace = true
77
homepage.workspace = true
88
license.workspace = true
99
repository.workspace = true
1010

11-
[lib]
12-
crate-type = ["lib", "cdylib", "staticlib"]
13-
1411
[dependencies]
1512
anyhow = { workspace = true }
1613
async-trait = { workspace = true }

internal/mithril-metric/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
[package]
22
name = "mithril-metric"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
description = "Common tools to expose metrics."
55
authors = { workspace = true }
66
edition = { workspace = true }
77
homepage = { workspace = true }
88
license = { workspace = true }
99
repository = { workspace = true }
1010

11-
[lib]
12-
crate-type = ["lib", "cdylib", "staticlib"]
13-
1411
[dependencies]
1512
anyhow = { workspace = true }
1613
axum = "0.8.6"

internal/mithril-persistence/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
[package]
22
name = "mithril-persistence"
3-
version = "0.2.59"
3+
version = "0.2.60"
44
description = "Common types, interfaces, and utilities to persist data for Mithril nodes."
55
authors = { workspace = true }
66
edition = { workspace = true }
77
homepage = { workspace = true }
88
license = { workspace = true }
99
repository = { workspace = true }
1010

11-
[lib]
12-
crate-type = ["lib", "cdylib", "staticlib"]
13-
1411
[dependencies]
1512
anyhow = { workspace = true }
1613
async-trait = { workspace = true }

internal/mithril-resource-pool/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
[package]
22
name = "mithril-resource-pool"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "Provide a resource pool for Mithril."
55
authors = { workspace = true }
66
edition = { workspace = true }
77
homepage = { workspace = true }
88
license = { workspace = true }
99
repository = { workspace = true }
1010

11-
[lib]
12-
crate-type = ["lib", "cdylib", "staticlib"]
13-
1411
[dependencies]
1512
anyhow = { workspace = true }
1613
mithril-common = { path = "../../mithril-common" }

internal/mithril-ticker/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
[package]
22
name = "mithril-ticker"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors.workspace = true
55
documentation.workspace = true
66
edition.workspace = true
77
homepage.workspace = true
88
license.workspace = true
99
repository.workspace = true
1010

11-
[lib]
12-
crate-type = ["lib", "cdylib", "staticlib"]
13-
1411
[dependencies]
1512
anyhow = { workspace = true }
1613
async-trait = { workspace = true }

0 commit comments

Comments
 (0)