Skip to content

Commit be78e48

Browse files
committed
fix(cardano-blockchain-types): version for catalyst-types
Signed-off-by: bkioshn <[email protected]>
1 parent b07741b commit be78e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cardano-blockchain-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalys
2222
pallas-crypto = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
2323
# pallas-hardano = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
2424
cbork-utils = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.11" }
25-
catalyst-types = { git = "https://github.com/input-output-hk/catalyst-libs.git", branch = "feat/catalyst-types" }
25+
catalyst-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", branch = "feat/catalyst-types" }
2626

2727
ouroboros = "0.18.4"
2828
tracing = "0.1.41"

0 commit comments

Comments
 (0)