File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
catalyst-signed-doc-macro Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " catalyst-signed-doc-macro"
3- version = " 0.1.3 "
3+ version = " 0.0.1 "
44edition.workspace = true
55authors.workspace = true
66homepage.workspace = true
@@ -17,10 +17,7 @@ proc-macro = true
1717syn = { version = " 2.0" , features = [" full" ] }
1818quote = " 1.0"
1919proc-macro2 = " 1.0"
20- serde_json = " 1.0.142"
2120anyhow = " 1.0.99"
22- Inflector = " 0.11.4"
23- serde = { version = " 1.0.219" , features = [" derive" ] }
2421
2522catalyst-signed-doc-spec = { version = " 0.1.3" , path = " ../catalyst-signed-doc-spec" }
2623
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ workspace = true
1414catalyst-types = { version = " 0.0.6" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " catalyst-types/v0.0.6" }
1515cbork-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" }
1818catalyst-signed-doc-spec = { version = " 0.1.3" , path = " ../catalyst-signed-doc-spec" }
1919
2020anyhow = " 1.0.95"
You can’t perform that action at this time.
0 commit comments