diff options
author | Jesse Bakker <[email protected]> | 2021-01-06 17:13:29 +0000 |
---|---|---|
committer | Jesse Bakker <[email protected]> | 2021-01-06 17:13:29 +0000 |
commit | 974313eb87b5086ddb07ab14c50192fcb9dcd5e9 (patch) | |
tree | 5429b3539462f0805fecb8abea6fdc4a31e52044 /crates/proc_macro_srv/Cargo.toml | |
parent | c9cec381bcfd97e5f3536e31a9c546ab5c0665e6 (diff) |
Replace last usages of difference with dissimilar
Diffstat (limited to 'crates/proc_macro_srv/Cargo.toml')
-rw-r--r-- | crates/proc_macro_srv/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/proc_macro_srv/Cargo.toml b/crates/proc_macro_srv/Cargo.toml index df9a55c10..f78c17194 100644 --- a/crates/proc_macro_srv/Cargo.toml +++ b/crates/proc_macro_srv/Cargo.toml | |||
@@ -21,7 +21,6 @@ test_utils = { path = "../test_utils", version = "0.0.0" } | |||
21 | 21 | ||
22 | [dev-dependencies] | 22 | [dev-dependencies] |
23 | cargo_metadata = "=0.12.0" | 23 | cargo_metadata = "=0.12.0" |
24 | difference = "2.0.0" | ||
25 | 24 | ||
26 | # used as proc macro test targets | 25 | # used as proc macro test targets |
27 | serde_derive = "1.0.106" | 26 | serde_derive = "1.0.106" |