aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_srv/Cargo.toml
diff options
context:
space:
mode:
authorJesse Bakker <[email protected]>2021-01-06 17:13:29 +0000
committerJesse Bakker <[email protected]>2021-01-06 17:13:29 +0000
commit974313eb87b5086ddb07ab14c50192fcb9dcd5e9 (patch)
tree5429b3539462f0805fecb8abea6fdc4a31e52044 /crates/proc_macro_srv/Cargo.toml
parentc9cec381bcfd97e5f3536e31a9c546ab5c0665e6 (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.toml1
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]
23cargo_metadata = "=0.12.0" 23cargo_metadata = "=0.12.0"
24difference = "2.0.0"
25 24
26# used as proc macro test targets 25# used as proc macro test targets
27serde_derive = "1.0.106" 26serde_derive = "1.0.106"