consolidate find-crate (#964)

This commit is contained in:
Carter Anderson 2020-11-30 22:36:38 -08:00 committed by GitHub
parent 048e6e2561
commit 8675fea0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ proc-macro = true
syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"
find-crate = "0.5"
find-crate = "0.6"

View File

@ -19,5 +19,5 @@ proc-macro = true
syn = "1.0"
proc-macro2 = "1.0"
quote = "1.0"
find-crate = "0.5"
find-crate = "0.6"
uuid = { version = "0.8", features = ["v4", "serde"] }