File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " catalyst-signed-doc"
3- version = " 0.0.6 "
3+ version = " 0.0.7 "
44edition.workspace = true
55authors.workspace = true
66homepage.workspace = true
@@ -11,7 +11,7 @@ license.workspace = true
1111workspace = true
1212
1313[dependencies ]
14- catalyst-types = { version = " 0.0.6 " , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " catalyst-types/v0.0.6 " }
14+ catalyst-types = { version = " 0.0.7 " , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " catalyst-types/v0.0.7 " }
1515cbork-utils = { version = " 0.0.2" , git = " https://github.com/input-output-hk/catalyst-libs.git" , tag = " cbork-utils-v0.0.2" }
1616
1717catalyst-signed-doc-macro = { version = " 0.0.1" , path = " ../catalyst-signed-doc-macro" }
Original file line number Diff line number Diff line change @@ -68,10 +68,7 @@ impl Cli {
6868 . with_json_metadata ( metadata) ?
6969 . with_json_content ( & json_doc) ?
7070 . build ( ) ?;
71- println ! (
72- "report {}" ,
73- serde_json:: to_string( & signed_doc. problem_report( ) ) ?
74- ) ;
71+ println ! ( "report {:?}" , & signed_doc. problem_report( ) ) ;
7572 save_signed_doc ( signed_doc, & output) ?;
7673 } ,
7774 Self :: Sign { doc, sk_hex, kid } => {
You can’t perform that action at this time.
0 commit comments