From 44ee1805a48eb7c49f9fb44c5bc1e3f881887212 Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Thu, 28 Nov 2024 15:40:21 -0800 Subject: [PATCH] chore: update dependencies --- Cargo.lock | 2 +- crates/gh-workflow-macros/Cargo.toml | 2 +- crates/gh-workflow/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e88826..ef9c8d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ dependencies = [ [[package]] name = "gh-workflow-macros" -version = "0.4.1" +version = "0.1.0" dependencies = [ "heck", "quote", diff --git a/crates/gh-workflow-macros/Cargo.toml b/crates/gh-workflow-macros/Cargo.toml index cd24558..1a02078 100644 --- a/crates/gh-workflow-macros/Cargo.toml +++ b/crates/gh-workflow-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gh-workflow-macros" -version = "0.4.1" +version = "0.1.0" edition = "2021" publish = false diff --git a/crates/gh-workflow/Cargo.toml b/crates/gh-workflow/Cargo.toml index 5519625..a05c860 100644 --- a/crates/gh-workflow/Cargo.toml +++ b/crates/gh-workflow/Cargo.toml @@ -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"