Skip to content

Commit 40b4a7a

Browse files
committed
fix: rollback add 'pallas_crypto' in main dependencies
1 parent b827688 commit 40b4a7a

File tree

2 files changed

+12
-41
lines changed

2 files changed

+12
-41
lines changed

Cargo.lock

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

mithril-common/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ kes-summed-ed25519 = { version = "0.2.1", features = [
4646
nom = "7.1.3"
4747
pallas-addresses = { version = "0.25.0", optional = true }
4848
pallas-codec = { version = "0.25.0", optional = true }
49-
pallas-crypto = { version = "0.25.0", optional = true }
5049
pallas-hardano = { version = "0.25.0", optional = true }
5150
pallas-network = { version = "0.25.0", optional = true }
5251
pallas-primitives = { version = "0.25.0", optional = true }
@@ -90,7 +89,7 @@ wasm-bindgen = "0.2.90"
9089
[dev-dependencies]
9190
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
9291
mockall = "0.12.1"
93-
pallas-crypto = "0.24.0"
92+
pallas-crypto = "0.25.0"
9493
rand_core = { version = "0.6.4", features = ["getrandom"] }
9594
reqwest = { version = "0.12.0", features = ["json"] }
9695
slog-async = "2.8.0"
@@ -112,7 +111,6 @@ fs = [
112111
"tokio/process",
113112
"dep:pallas-addresses",
114113
"dep:pallas-codec",
115-
"dep:pallas-crypto",
116114
"dep:pallas-hardano",
117115
"dep:pallas-network",
118116
"dep:pallas-primitives",

0 commit comments

Comments
 (0)