Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/paths/Cargo.toml')
| -rw-r--r-- | crates/paths/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/paths/Cargo.toml b/crates/paths/Cargo.toml index cf44b7a0d2..cc062ebb7c 100644 --- a/crates/paths/Cargo.toml +++ b/crates/paths/Cargo.toml @@ -9,4 +9,7 @@ edition = "2018" doctest = false [dependencies] -serde = "1" +# Adding this dep sadly puts a lot of rust-analyzer crates after the +# serde-derive crate. Even though we don't activate the derive feature here, +# someone else in the crate graph certainly does! +# serde = "1" |