Downgrade crate typetag to 0.1.8 (#6044)

Co-authored-by: Frank <v-frankz@microsoft.com>
This commit is contained in:
Kangaxx-0 2022-07-13 12:38:29 -07:00 committed by GitHub
parent 89b374cb16
commit ceafe434b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"