mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
Update Cargo.toml (#3526)
This commit is contained in:
parent
df526f73be
commit
55c243a17b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ name = "nu_pretty_hex"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
nu-ansi-term = "0.29.0"
|
||||
nu-ansi-term = { path = "../nu-ansi-term", version = "0.32.0" }
|
||||
rand = "0.8.3"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue