From ceafe434b5fa1fe89e85f38337e411fe9721ed52 Mon Sep 17 00:00:00 2001 From: Kangaxx-0 <85712372+Kangaxx-0@users.noreply.github.com> Date: Wed, 13 Jul 2022 12:38:29 -0700 Subject: [PATCH] Downgrade crate typetag to 0.1.8 (#6044) Co-authored-by: Frank --- crates/nu-protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-protocol/Cargo.toml b/crates/nu-protocol/Cargo.toml index e170a9dd38..dfc9a3f832 100644 --- a/crates/nu-protocol/Cargo.toml +++ b/crates/nu-protocol/Cargo.toml @@ -19,7 +19,7 @@ chrono-humanize = "0.2.1" byte-unit = "4.0.9" serde_json = { version = "1.0", optional = true } nu-json = { path = "../nu-json", version = "0.65.1" } -typetag = "0.2.1" +typetag = "0.1.8" num-format = "0.4.0" sys-locale = "0.2.0" regex = "1.5.4"