aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-08-29 13:33:42 +0000
committerBlaž Hrastnik2021-08-29 13:33:42 +0000
commit2a7e38a2b4792f8b4c600b6e22469ea827b64f00 (patch)
tree5ede9e43f9c3f36784a5bba0d706b23453fd1d1c
parentdb7f693550f6fe759696f59ef702ea6af61f4329 (diff)
helix-core doesn't need to import serde_json
-rw-r--r--Cargo.lock1
-rw-r--r--helix-core/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 59ada4ee..776512c9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -313,7 +313,6 @@ dependencies = [
"regex",
"ropey",
"serde",
- "serde_json",
"similar",
"smallvec",
"tendril",
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index 8fdfa3ce..d26ff953 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -29,7 +29,6 @@ arc-swap = "1"
regex = "1"
serde = { version = "1.0", features = ["derive"] }
-serde_json = "1.0"
toml = "0.5"
similar = "1.3"