Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-lsp-types/Cargo.toml')
| -rw-r--r-- | helix-lsp-types/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-lsp-types/Cargo.toml b/helix-lsp-types/Cargo.toml index 57eb331a..3672d99c 100644 --- a/helix-lsp-types/Cargo.toml +++ b/helix-lsp-types/Cargo.toml @@ -24,7 +24,6 @@ license = "MIT" bitflags.workspace = true serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.138" -serde_repr = "0.1" url = {version = "2.5.4", features = ["serde"]} [features] |