diff --git a/Cargo.lock b/Cargo.lock index 8775f74..e49b10f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2188,8 +2188,7 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" [[package]] name = "typify" version = "0.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6658d09e71bfe59e7987dc95ee7f71809fdb5793ab0cdc1503cc0073990484d" +source = "git+https://github.com/oxidecomputer/typify#c868ddcbaa07716d4cbd01312f723921bf94bce8" dependencies = [ "typify-impl", "typify-macro", @@ -2198,8 +2197,7 @@ dependencies = [ [[package]] name = "typify-impl" version = "0.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34d3bb47587b13edf526d6ed02bf360ecefe083ab47a4ef29fc43112828b2bef" +source = "git+https://github.com/oxidecomputer/typify#c868ddcbaa07716d4cbd01312f723921bf94bce8" dependencies = [ "heck", "log", @@ -2216,8 +2214,7 @@ dependencies = [ [[package]] name = "typify-macro" version = "0.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3f7e627c18be12d53bc1f261830b9c2763437b6a86ac57293b9085af2d32ffe" +source = "git+https://github.com/oxidecomputer/typify#c868ddcbaa07716d4cbd01312f723921bf94bce8" dependencies = [ "proc-macro2", "quote", diff --git a/progenitor-impl/Cargo.toml b/progenitor-impl/Cargo.toml index 3d51ed1..db3fa46 100644 --- a/progenitor-impl/Cargo.toml +++ b/progenitor-impl/Cargo.toml @@ -21,9 +21,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" syn = { version = "2.0", features = ["parsing"] } thiserror = "1.0" -# To publish, use a numbered version -typify = "0.0.12" -#typify = { git = "https://github.com/oxidecomputer/typify" } +typify = { git = "https://github.com/oxidecomputer/typify", version = "0.0.12" } unicode-ident = "1.0.8" [dev-dependencies]