mirror of
https://github.com/nushell/nushell.git
synced 2025-03-13 06:58:47 +01:00
Fix wrap
This commit is contained in:
parent
fdf29caf56
commit
23a136432a
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -6969,7 +6969,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tabled"
|
||||
version = "0.18.0"
|
||||
source = "git+https://github.com/zhiburt/tabled?rev=69479aa1b9b71eef23da0d5f0faecc2be343f95a#69479aa1b9b71eef23da0d5f0faecc2be343f95a"
|
||||
source = "git+https://github.com/zhiburt/tabled?rev=2c2a2c02e3a37ac5087b93a576d6c87a67ea0b62#2c2a2c02e3a37ac5087b93a576d6c87a67ea0b62"
|
||||
dependencies = [
|
||||
"ansi-str 0.9.0",
|
||||
"ansitok 0.3.0",
|
||||
|
@ -157,7 +157,7 @@ sha2 = "0.10"
|
||||
strip-ansi-escapes = "0.2.0"
|
||||
syn = "2.0"
|
||||
sysinfo = "0.33"
|
||||
tabled = { git = "https://github.com/zhiburt/tabled", rev = "69479aa1b9b71eef23da0d5f0faecc2be343f95a", default-features = false }
|
||||
tabled = { git = "https://github.com/zhiburt/tabled", rev = "2c2a2c02e3a37ac5087b93a576d6c87a67ea0b62", default-features = false }
|
||||
tempfile = "3.15"
|
||||
titlecase = "3.0"
|
||||
toml = "0.8"
|
||||
|
Loading…
Reference in New Issue
Block a user