From fb7a2d4c7e90235c273177e1222ad5060cb09697 Mon Sep 17 00:00:00 2001 From: "Adam H. Leventhal" Date: Mon, 15 May 2023 07:11:31 -0700 Subject: [PATCH] revert cargo.toml change --- progenitor-impl/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/progenitor-impl/Cargo.toml b/progenitor-impl/Cargo.toml index db3fa46..cd0a131 100644 --- a/progenitor-impl/Cargo.toml +++ b/progenitor-impl/Cargo.toml @@ -21,7 +21,9 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" syn = { version = "2.0", features = ["parsing"] } thiserror = "1.0" -typify = { git = "https://github.com/oxidecomputer/typify", version = "0.0.12" } +# change when publishing +#typify = { version = "0.0.12" } +typify = { git = "https://github.com/oxidecomputer/typify" } unicode-ident = "1.0.8" [dev-dependencies]