Skip to content

Commit 25101f0

Browse files
authored
feat(rust/signed-doc): Set the tagged version of catalyst-signed-doc-spec (#629)
* set the proper version for the `catalyst-signed-doc-macro` * wip * revert `build-info` version
1 parent 258367d commit 25101f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ quote = "1.0"
1919
proc-macro2 = "1.0"
2020
anyhow = "1.0.99"
2121

22-
catalyst-signed-doc-spec = { version = "0.1.3", path = "../catalyst-signed-doc-spec" }
22+
catalyst-signed-doc-spec = { version = "0.1.5", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-signed-doc-spec/v0.1.5" }
2323

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = { version = "1.0.228", features = ["derive"] }
2020

2121
quote = "1.0"
2222
proc-macro2 = "1.0"
23-
build-info = "0.0.42"
23+
build-info = "0.0.39"
2424

2525
[build-dependencies]
26-
build-info-build = "0.0.42"
26+
build-info-build = "0.0.39"

rust/signed_doc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ catalyst-types = { version = "0.0.11", git = "https://github.com/input-output-hk
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" }
18-
catalyst-signed-doc-spec = { version = "0.1.3", path = "../catalyst-signed-doc-spec" }
18+
catalyst-signed-doc-spec = { version = "0.1.5", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-signed-doc-spec/v0.1.5" }
1919

2020
anyhow = "1.0.95"
2121
serde = { version = "1.0.217", features = ["derive"] }

0 commit comments

Comments
 (0)