Skip to content

Commit

Permalink
sort Cargo.toml and update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoyan committed Feb 6, 2025
1 parent be059ef commit f9b0353
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions ampd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ serde_json = { workspace = true }
serde_with = "3.2.0"
service-registry-api = { workspace = true }
sha3 = { workspace = true }
starknet-checked-felt = { workspace = true }

starknet-core = { workspace = true }
starknet-providers = { workspace = true }
stellar = { workspace = true }
stellar-rpc-client = "21.4.0"
stellar-xdr = { workspace = true, features = ["serde_json"] }
Expand Down Expand Up @@ -80,10 +84,6 @@ valuable = { version = "0.1.0", features = ["derive"] }
valuable-serde = { version = "0.1.0", features = ["std"] }
voting-verifier = { workspace = true }

starknet-core = { workspace = true }
starknet-providers = { workspace = true }
starknet-checked-felt = { workspace = true }

[dev-dependencies]
assert_ok = { workspace = true }
ed25519-dalek = { workspace = true, features = ["rand_core"] }
Expand Down
3 changes: 1 addition & 2 deletions packages/axelar-wasm-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ serde_with = { version = "3.11.0", features = ["macros"] }
sha3 = { workspace = true }
starknet-checked-felt = { workspace = true }
stellar-xdr = { workspace = true }
starknet-types-core = { workspace = true }
strum = { workspace = true }
sui-types = { workspace = true }
thiserror = { workspace = true }
Expand All @@ -59,8 +58,8 @@ valuable = { version = "0.1.0", features = ["derive"] }
assert_ok = { workspace = true }
cw-multi-test = { workspace = true }
goldie = { workspace = true }
rand = { workspace = true }
hex = { workspace = true, default-features = false }
rand = { workspace = true }

[lints]
workspace = true

0 comments on commit f9b0353

Please sign in to comment.