Skip to content

Commit

Permalink
Fix mtcs-intent build
Browse files Browse the repository at this point in the history
  • Loading branch information
hu55a1n1 committed Jun 18, 2024
1 parent c626ab6 commit c6036af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mtcs-intent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clap.workspace = true
ecies.workspace = true
hex.workspace = true
k256.workspace = true
rand.workspace = true
rand = { workspace = true, default-features = true }
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
Expand Down

0 comments on commit c6036af

Please sign in to comment.