diff options
author | Blaž Hrastnik | 2021-08-29 13:33:42 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-29 13:33:42 +0000 |
commit | 2a7e38a2b4792f8b4c600b6e22469ea827b64f00 (patch) | |
tree | 5ede9e43f9c3f36784a5bba0d706b23453fd1d1c | |
parent | db7f693550f6fe759696f59ef702ea6af61f4329 (diff) |
helix-core doesn't need to import serde_json
-rw-r--r-- | Cargo.lock | 1 | ||||
-rw-r--r-- | helix-core/Cargo.toml | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -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" |