File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rust/cardano-blockchain-types Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22name = " cardano-blockchain-types"
33description = " Common Cardano Blockchain data types for use in both applications and crates"
44keywords = [" cardano" , " catalyst" , ]
5- version = " 0.0.7 "
5+ version = " 0.0.8 "
66authors = [
77 " Steven Johnson <steven.johnson@iohk.io>"
88]
@@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"]
1818workspace = 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 " }
2222cbork-utils = { version = " 0.0.2" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " cbork-utils-v0.0.2" }
2323
2424ouroboros = " 0.18.4"
You can’t perform that action at this time.
0 commit comments