Skip to content

Commit

Permalink
fix(blueprint-proc-macro): resolve dependency cycle with gadget-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Oct 29, 2024
1 parent 2111dc9 commit 4719718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/blueprint-proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ indexmap = { workspace = true }

[dev-dependencies]
trybuild = { workspace = true }
gadget-sdk = { workspace = true, features = ["std"] }
gadget-sdk = { path = "../../sdk", features = ["std"] }
tracing = { workspace = true }
async-trait = { workspace = true }

Expand Down

0 comments on commit 4719718

Please sign in to comment.