summaryrefslogtreecommitdiff
path: root/crates/nu-json/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu-json/Cargo.toml')
-rw-r--r--crates/nu-json/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/nu-json/Cargo.toml b/crates/nu-json/Cargo.toml
index e64b7c044..7ca159a3e 100644
--- a/crates/nu-json/Cargo.toml
+++ b/crates/nu-json/Cargo.toml
@@ -5,7 +5,7 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-json"
edition = "2021"
license = "MIT"
name = "nu-json"
-version = "0.86.1"
+version = "0.87.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -22,5 +22,5 @@ num-traits = "0.2"
serde = "1.0"
[dev-dependencies]
-# nu-path = { path="../nu-path", version = "0.86.1" }
+# nu-path = { path="../nu-path", version = "0.87.0" }
# serde_json = "1.0"