Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove alloy reexported crates from dependencies (#244)
Fixes #197 ### What Changed? This PR introduces the following changes * Removes all the `alloy-*` reexported crates from the workspace dependencies, leaving only `alloy`. * Updates the workspace dependencies on every crate, removing the `alloy-*.workspace = true` imports and leaving only `alloy.workspace = true`. ### Reviewer Checklist - [ ] New features are tested and documented - [ ] PR has one of the `changelog-X` labels (if applies) - [ ] Code deprecates any old functionality before removing it
- Loading branch information