Skip to content

Commit

Permalink
chore: move macros to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Nov 28, 2024
1 parent b9fc4f8 commit b32f3bf
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 @@ -19,9 +19,9 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128" }
serde_yaml = "0.9.34"
strum_macros = "0.26.4"
gh-workflow-macros = { path = "./macros" }


[dev-dependencies]
insta = "1.40.0"
pretty_assertions = "1.4.1"
gh-workflow-macros = { path = "./macros" }

0 comments on commit b32f3bf

Please sign in to comment.