Skip to content

Commit

Permalink
reorder deps to be alphabetic
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Mar 15, 2024
1 parent 2f46909 commit 886ffea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/subscriptions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ alloy-network.workspace = true
alloy-node-bindings.workspace = true
alloy-provider = { workspace = true, features = ["pubsub", "ws"] }
alloy-pubsub.workspace = true
alloy-sol-types = { workspace = true }
alloy-rpc-client.workspace = true
alloy-rpc-types.workspace = true
alloy-sol-types = { workspace = true }

eyre.workspace = true
futures-util = "0.3"
Expand Down

0 comments on commit 886ffea

Please sign in to comment.