Skip to content

Commit

Permalink
fixing fmt issues
Browse files Browse the repository at this point in the history
  • Loading branch information
silva-fj committed Jan 17, 2025
1 parent 6e0d59a commit bf78743
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tee-worker/omni-executor/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ parity-scale-codec = { workspace = true }
rand = { workspace = true }
ring = { workspace = true }
rsa = { workspace = true, features = ["sha2"] }
sp-core = { workspace = true }
secp256k1 = { workspace = true, features = ["std", "global-context"] }
sp-core = { workspace = true }

[lints]
workspace = true
8 changes: 4 additions & 4 deletions tee-worker/omni-executor/parentchain/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ authors = ['Trust Computing GmbH <[email protected]>']
edition.workspace = true

[dependencies]
base64 = { workspace = true }
bitcoin = { workspace = true, features = ["secp-recovery"] }
executor-core = { workspace = true }
hex = { workspace = true }
log = { workspace = true }
parity-scale-codec = { workspace = true }
scale-info = { workspace = true }
serde = { workspace = true }
hex = { workspace = true }
log = { workspace = true }
bitcoin = { workspace = true, features = ["secp-recovery"] }
base64 = { workspace = true }

crypto = { workspace = true }
heima-primitives = { workspace = true }
Expand Down

0 comments on commit bf78743

Please sign in to comment.