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]