Bump to 0.33 (#3667)

This commit is contained in:
JT
2021-06-22 17:22:33 +12:00
committed by GitHub
parent b39dda0550
commit 55cab9eb4f
41 changed files with 347 additions and 347 deletions

View File

@@ -4,7 +4,7 @@ description = "Pretty hex dump of bytes slice in the common style."
edition = "2018"
license = "MIT"
name = "nu-pretty-hex"
version = "0.32.1"
version = "0.33.0"
[lib]
doctest = false
@@ -16,7 +16,7 @@ name = "nu_pretty_hex"
path = "src/main.rs"
[dependencies]
nu-ansi-term = { path = "../nu-ansi-term", version = "0.32.1" }
nu-ansi-term = { path="../nu-ansi-term", version="0.33.0" }
rand = "0.8.3"
[dev-dependencies]