Skip to content

Commit

Permalink
chore: move macros to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Nov 28, 2024
1 parent 79afa28 commit ad1b8ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/gh-workflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ 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 = "../gh-workflow-macros", version = "*" }

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

0 comments on commit ad1b8ab

Please sign in to comment.