Skip to content

Commit

Permalink
chore: fix cynic-parser-deser release (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg authored Nov 12, 2024
1 parent ad4344f commit 3fe976c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rust-version = "1.76"

[workspace.dependencies]
cynic-parser = { path = "cynic-parser", version = "0.8.1" }
cynic-parser-deser-macros = { path = "cynic-parser-deser-macros" }
cynic-parser-deser-macros = { path = "cynic-parser-deser-macros", version = "0.8.1" }
darling = "0.20"
rstest = "0.23"
syn = "2"
Expand Down

0 comments on commit 3fe976c

Please sign in to comment.