Skip to content

Commit f3871a8

Browse files
committed
fix(rust): Remove unused dependencies
1 parent dba341c commit f3871a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rust/cardano-blockchain-types/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@ workspace = true
1919

2020
[dependencies]
2121
pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
22-
pallas-hardano = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
2322
pallas-crypto = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
23+
# pallas-hardano = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
2424

2525
ouroboros = "0.18.4"
2626
tracing = "0.1.41"
2727
anyhow = "1.0.94"
2828
chrono = "0.4.39"
2929
strum = { version = "0.26.3", features = ["derive"] }
30-
strum_macros = "0.26.4"
3130
dirs = "5.0.1"
3231
hex = "0.4.3"
3332
dashmap = "6.1.0"

0 commit comments

Comments
 (0)