Skip to content

Commit

Permalink
fix: add superposition_macros in cog.toml to upgrade versions (juspay…
Browse files Browse the repository at this point in the history
…#155)

Co-authored-by: Pratik Mishra <[email protected]>
  • Loading branch information
2 people authored and NishantJoshi00 committed Jul 14, 2024
1 parent be8ba8a commit 1171e39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ cac_client = { path = "crates/cac_client" }
experimentation_client = { path = "crates/experimentation_client" }
superposition_types = { path = "crates/superposition_types" }
js_client = { path = "clients/js" }
haskell_client = { path = "clients/haskell" }
haskell_client = { path = "clients/haskell" }
superposition_macros = { path = "crates/superposition_macros" }

0 comments on commit 1171e39

Please sign in to comment.