Skip to content

Commit d82fa5f

Browse files
committed
fix(cardano-blockchain-types): update cbor-utils tag
Signed-off-by: bkioshn <[email protected]>
1 parent e0d50d7 commit d82fa5f

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
@@ -21,7 +21,7 @@ workspace = true
2121
pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
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" }
24-
cbork-utils = { git = "https://github.com/input-output-hk/catalyst-libs.git", branch = "main" }
24+
cbork-utils = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.11" }
2525

2626
ouroboros = "0.18.4"
2727
tracing = "0.1.41"

0 commit comments

Comments
 (0)