Update Cargo.toml (#3526)

This commit is contained in:
JT 2021-06-01 19:32:44 +12:00 committed by GitHub
parent df526f73be
commit 55c243a17b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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