File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
rust/cardano-blockchain-types Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,14 @@ workspace = true
1919
2020[dependencies ]
2121pallas = { 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" }
2322pallas-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
2525ouroboros = " 0.18.4"
2626tracing = " 0.1.41"
2727anyhow = " 1.0.94"
2828chrono = " 0.4.39"
2929strum = { version = " 0.26.3" , features = [" derive" ] }
30- strum_macros = " 0.26.4"
3130dirs = " 5.0.1"
3231hex = " 0.4.3"
3332dashmap = " 6.1.0"
You can’t perform that action at this time.
0 commit comments