Skip to content

Commit aae0308

Browse files
authored
bump catalyst-types version, prepare new version for cardano-blockchain-types (#604)
1 parent b7a5b23 commit aae0308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/cardano-blockchain-types/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cardano-blockchain-types"
33
description = "Common Cardano Blockchain data types for use in both applications and crates"
44
keywords = ["cardano", "catalyst", ]
5-
version = "0.0.7"
5+
version = "0.0.8"
66
authors = [
77
"Steven Johnson <steven.johnson@iohk.io>"
88
]
@@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"]
1818
workspace = true
1919

2020
[dependencies]
21-
catalyst-types = { version = "0.0.9", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.9" }
21+
catalyst-types = { version = "0.0.10", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.10" }
2222
cbork-utils = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cbork-utils-v0.0.2" }
2323

2424
ouroboros = "0.18.4"

0 commit comments

Comments
 (0)