From 4c16647cac40305f94d5175017d37942ddb944b8 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 19 Apr 2023 02:19:52 +0800 Subject: [PATCH] Update commented out typify version (#427) --- progenitor-impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progenitor-impl/Cargo.toml b/progenitor-impl/Cargo.toml index fb24da2..704cc4e 100644 --- a/progenitor-impl/Cargo.toml +++ b/progenitor-impl/Cargo.toml @@ -22,7 +22,7 @@ serde_json = "1.0" syn = { version = "2.0", features = ["parsing"] } thiserror = "1.0" # To publish, use a numbered version -#typify = "0.0.10" +#typify = "0.0.11" typify = { git = "https://github.com/oxidecomputer/typify" } unicode-ident = "1.0.8"