Skip to content

Commit

Permalink
fix: specify versions in workspace deps
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Aug 28, 2024
1 parent 01e1909 commit 58d43a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ incremental = false

[workspace.dependencies]
# Workspace
superchain-registry = { path = "crates/registry", default-features = false }
superchain-primitives = { path = "crates/primitives", default-features = false }
superchain-registry = { path = "crates/registry", version = "0.3.0", default-features = false }
superchain-primitives = { path = "crates/primitives", version = "0.3.0", default-features = false }

# Alloy
alloy-sol-types = { version = "0.7.6", default-features = false }
Expand Down

0 comments on commit 58d43a7

Please sign in to comment.