Skip to content

Commit 9ddb52d

Browse files
authored
bump catalyst-signed-doc version (#451)
1 parent ba4dde1 commit 9ddb52d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

rust/cardano-blockchain-types/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ workspace = true
2020
[dependencies]
2121
pallas = { version = "0.33.0" }
2222
# pallas-hardano = { version = "0.33.0" }
23-
cbork-utils = { version = "0.0.2", path = "../cbork-utils" }
24-
catalyst-types = { version = "0.0.5", path = "../catalyst-types" }
23+
catalyst-types = { version = "0.0.5", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types-v0.0.5" }
24+
cbork-utils = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cbork-utils-v0.0.2" }
2525

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

rust/signed_doc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "catalyst-signed-doc"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition.workspace = true
55
authors.workspace = true
66
homepage.workspace = true
@@ -11,8 +11,8 @@ license.workspace = true
1111
workspace = true
1212

1313
[dependencies]
14-
catalyst-types = { version = "0.0.5", path = "../catalyst-types" }
15-
cbork-utils = { version = "0.0.2", path = "../cbork-utils" }
14+
catalyst-types = { version = "0.0.5", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types-v0.0.5" }
15+
cbork-utils = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cbork-utils-v0.0.2" }
1616

1717
anyhow = "1.0.95"
1818
serde = { version = "1.0.217", features = ["derive"] }

0 commit comments

Comments
 (0)