Skip to content

Commit 81ba5cf

Browse files
committed
wip
1 parent d97fd39 commit 81ba5cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust/catalyst-signed-doc-spec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111
workspace = true
1212

1313
[dependencies]
14-
catalyst-types = { version = "0.0.11", git = "https://github.com/input-output-hk/catalyst-libs.git", branch = "feat/json-schema-to-catalyst-types" }
14+
catalyst-types = { version = "0.0.11", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.11" }
1515
cbork-cddl-parser = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cbork-cddl-parser/v0.0.3" }
1616

1717
serde_json = "1.0.142"

rust/signed_doc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111
workspace = true
1212

1313
[dependencies]
14-
catalyst-types = { version = "0.0.11", git = "https://github.com/input-output-hk/catalyst-libs.git", branch = "feat/json-schema-to-catalyst-types" }
14+
catalyst-types = { version = "0.0.11", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.11" }
1515
cbork-utils = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cbork-utils-v0.0.2" }
1616

1717
catalyst-signed-doc-macro = { version = "0.0.1", path = "../catalyst-signed-doc-macro" }

0 commit comments

Comments
 (0)