mirror of
https://github.com/nushell/nushell.git
synced 2025-04-28 07:08:20 +02:00
Downgrade crate typetag to 0.1.8 (#6044)
Co-authored-by: Frank <v-frankz@microsoft.com>
This commit is contained in:
parent
89b374cb16
commit
ceafe434b5
@ -19,7 +19,7 @@ chrono-humanize = "0.2.1"
|
|||||||
byte-unit = "4.0.9"
|
byte-unit = "4.0.9"
|
||||||
serde_json = { version = "1.0", optional = true }
|
serde_json = { version = "1.0", optional = true }
|
||||||
nu-json = { path = "../nu-json", version = "0.65.1" }
|
nu-json = { path = "../nu-json", version = "0.65.1" }
|
||||||
typetag = "0.2.1"
|
typetag = "0.1.8"
|
||||||
num-format = "0.4.0"
|
num-format = "0.4.0"
|
||||||
sys-locale = "0.2.0"
|
sys-locale = "0.2.0"
|
||||||
regex = "1.5.4"
|
regex = "1.5.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user