ci: Modified the CI/CD pipeline to bump the procedural macros as well

This commit is contained in:
2025-09-02 17:27:12 -06:00
parent b1572c903c
commit ebc58b831d
4 changed files with 97 additions and 15 deletions
Generated
+9 -9
View File
@@ -610,6 +610,8 @@ dependencies = [
[[package]]
name = "enum_display_style_derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583f1f514d2754010ff71ed6853068cacbe43cc142cc076aa1b871d9754efc48"
dependencies = [
"darling",
"quote",
@@ -618,9 +620,7 @@ dependencies = [
[[package]]
name = "enum_display_style_derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583f1f514d2754010ff71ed6853068cacbe43cc142cc076aa1b871d9754efc48"
version = "0.6.1"
dependencies = [
"darling",
"quote",
@@ -1375,7 +1375,7 @@ dependencies = [
"derive_setters",
"deunicode",
"dirs-next",
"enum_display_style_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"enum_display_style_derive 0.1.0",
"human-panic",
"indicatif",
"indoc",
@@ -1401,7 +1401,7 @@ dependencies = [
"tokio",
"tokio-util",
"urlencoding",
"validate_theme_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"validate_theme_derive 0.1.0",
"veil",
]
@@ -2859,18 +2859,18 @@ dependencies = [
[[package]]
name = "validate_theme_derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40630259c022600210096da9538abcb992b801e30b464cb9d19f19ef0e0d09b9"
dependencies = [
"log",
"quote",
"syn 2.0.106",
]
[[package]]
name = "validate_theme_derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40630259c022600210096da9538abcb992b801e30b464cb9d19f19ef0e0d09b9"
version = "0.6.1"
dependencies = [
"log",
"quote",
"syn 2.0.106",
]