Skip to content

Commit

Permalink
fixing fmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
silva-fj committed Jan 14, 2025
1 parent 854ed2a commit dfe776e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tee-worker/omni-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subxt = "0.38.0"
subxt-core = "0.38.0"
subxt-signer = { version = "0.38.0", features = ["subxt"] }
sp-state-machine = { version = "0.44.0", features = ["std"] }
frame-support = {version = "39.0.0", features = ["std"]}
frame-support = { version = "39.0.0", features = ["std"] }

executor-core = { path = "executor-core" }
ethereum-intent-executor = { path = "ethereum/intent-executor" }
Expand Down
2 changes: 1 addition & 1 deletion tee-worker/omni-executor/parentchain/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ rocksdb = "0.23.0"
subxt-core = { workspace = true }

executor-core = { workspace = true }
frame-support = { workspace = true, features = ["std"] }
parentchain-api-interface = { workspace = true }
parentchain-rpc-client = { workspace = true }
sp-state-machine = { workspace = true, features = ["std"] }
frame-support = { workspace = true, features = ["std"] }

[dev-dependencies]
env_logger = { workspace = true }
Expand Down

0 comments on commit dfe776e

Please sign in to comment.