Skip to content

Commit 02fe9ee

Browse files
committed
wip
1 parent cc06cd6 commit 02fe9ee

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "catalyst-signed-doc-macro"
3-
version = "0.1.3"
3+
version = "0.0.1"
44
edition.workspace = true
55
authors.workspace = true
66
homepage.workspace = true
@@ -17,10 +17,7 @@ proc-macro = true
1717
syn = { version = "2.0", features = ["full"] }
1818
quote = "1.0"
1919
proc-macro2 = "1.0"
20-
serde_json = "1.0.142"
2120
anyhow = "1.0.99"
22-
Inflector = "0.11.4"
23-
serde = { version = "1.0.219", features = ["derive"] }
2421

2522
catalyst-signed-doc-spec = { version = "0.1.3", path = "../catalyst-signed-doc-spec" }
2623

rust/signed_doc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workspace = true
1414
catalyst-types = { version = "0.0.6", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "catalyst-types/v0.0.6" }
1515
cbork-utils = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "cbork-utils-v0.0.2" }
1616

17-
catalyst-signed-doc-macro = { version = "0.1.3", path = "../catalyst-signed-doc-macro" }
17+
catalyst-signed-doc-macro = { version = "0.0.1", path = "../catalyst-signed-doc-macro" }
1818
catalyst-signed-doc-spec = { version = "0.1.3", path = "../catalyst-signed-doc-spec" }
1919

2020
anyhow = "1.0.95"

0 commit comments

Comments
 (0)