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 e2b41c168..c836812cc 100644
--- a/crates/nu-json/Cargo.toml
+++ b/crates/nu-json/Cargo.toml
@@ -4,7 +4,7 @@ description = "Fork of serde-hjson"
edition = "2018"
license = "MIT"
name = "nu-json"
-version = "0.34.1"
+version = "0.35.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -20,6 +20,6 @@ lazy_static = "1"
linked-hash-map = { version="0.5", optional=true }
[dev-dependencies]
-nu-test-support = { version = "0.34.1", path="../nu-test-support" }
+nu-test-support = { version = "0.35.0", path="../nu-test-support" }
serde_json = "1.0.39"
dunce = "1.0.1"