Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Nov 28, 2024
1 parent ca9fc32 commit 44ee180
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/gh-workflow-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gh-workflow-macros"
version = "0.4.1"
version = "0.1.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion crates/gh-workflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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 = "*" }
gh-workflow-macros = { path = "../gh-workflow-macros", version = "0.1.0" }

[dev-dependencies]
insta = "1.40.0"
Expand Down

0 comments on commit 44ee180

Please sign in to comment.