From 50cf9f86f7c7e8d06af1b05e920f15da0be83982 Mon Sep 17 00:00:00 2001 From: "Adam H. Leventhal" Date: Thu, 14 May 2026 22:22:38 -0700 Subject: [PATCH] fix typify-test dep --- typify-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typify-test/Cargo.toml b/typify-test/Cargo.toml index 8e134288..a3fa4871 100644 --- a/typify-test/Cargo.toml +++ b/typify-test/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] regress = { workspace = true } -serde = { workspace = true } +serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } [build-dependencies]