summaryrefslogtreecommitdiff
path: root/crates/nu-pretty-hex
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu-pretty-hex')
-rw-r--r--crates/nu-pretty-hex/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/nu-pretty-hex/Cargo.toml b/crates/nu-pretty-hex/Cargo.toml
index ffe8f3149..3849fc949 100644
--- a/crates/nu-pretty-hex/Cargo.toml
+++ b/crates/nu-pretty-hex/Cargo.toml
@@ -5,7 +5,7 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-pretty-hex"
edition = "2021"
license = "MIT"
name = "nu-pretty-hex"
-version = "0.93.1"
+version = "0.94.0"
[lib]
doctest = false
@@ -18,4 +18,4 @@ nu-ansi-term = { workspace = true }
[dev-dependencies]
heapless = { version = "0.8", default-features = false }
-rand = "0.8"
+rand = "0.8" \ No newline at end of file