refactor: derive GooseMode string conversions with strum (#7706)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Adrian Cole
2026-03-09 10:01:54 +08:00
committed by GitHub
parent 55d2f4dac0
commit 90d34853de
9 changed files with 32 additions and 30 deletions
Generated
+2
View File
@@ -4337,6 +4337,7 @@ dependencies = [
"sha2",
"shellexpand",
"sqlx",
"strum",
"symphonia",
"sys-info",
"tempfile",
@@ -4455,6 +4456,7 @@ dependencies = [
"serde_json",
"serde_yaml",
"shlex",
"strum",
"tar",
"tempfile",
"test-case",