Skip to content

Commit

Permalink
sort and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Jan 20, 2025
1 parent d61412b commit 5aa568a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions account_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ eth2_keystore = { workspace = true }
eth2_network_config = { workspace = true }
eth2_wallet = { workspace = true }
eth2_wallet_manager = { path = "../common/eth2_wallet_manager" }
serde = { workspace = true }
serde_json = { workspace = true }
filesystem = { workspace = true }
safe_arith = { workspace = true }
sensitive_url = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
slashing_protection = { workspace = true }
slot_clock = { workspace = true }
tokio = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion common/eth2_wallet_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ edition = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { workspace = true, features = ["derive"] }
eth2_wallet = { workspace = true }
lockfile = { workspace = true }
serde = { workspace = true }
clap = { workspace = true, features = ["derive"]}

[dev-dependencies]
tempfile = { workspace = true }

0 comments on commit 5aa568a

Please sign in to comment.