From 37a530ba4fbcb0ea9b25df2686a6748d049e2339 Mon Sep 17 00:00:00 2001 From: Adam Leventhal Date: Tue, 9 Nov 2021 23:38:36 -0800 Subject: [PATCH] unwind local typify (#15) --- Cargo.lock | 4 ---- Cargo.toml | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54cb2fe..8d0f400 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1340,7 +1340,3 @@ checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" dependencies = [ "winapi", ] - -[[patch.unused]] -name = "typify" -version = "0.0.4" diff --git a/Cargo.toml b/Cargo.toml index dd0aee2..6ce8c6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ default-members = [ "progenitor-macro", ] -[patch."https://github.com/oxidecomputer/typify"] -typify = { path = "../typify/typify" } +#[patch."https://github.com/oxidecomputer/typify"] +#typify = { path = "../typify/typify" }