Skip to content

Commit

Permalink
fix: cyclic dependencies between context-derive and sdk (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Nov 5, 2024
1 parent 61b870c commit eacf856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Submodule forge-std updated 1 files
+1 −1 package.json
2 changes: 1 addition & 1 deletion blueprints/incredible-squaring/contracts/lib/forge-std
Submodule forge-std updated 1 files
+1 −1 package.json
2 changes: 1 addition & 1 deletion macros/context-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ proc-macro2 = { workspace = true }

[dev-dependencies]
trybuild = { workspace = true }
gadget-sdk = { workspace = true, features = ["std"] }
gadget-sdk = { path = "../../sdk", features = ["std"] }
# EVM Stuff
alloy-network = { workspace = true }
alloy-provider = { workspace = true }
Expand Down

0 comments on commit eacf856

Please sign in to comment.