Delete unused toolchain_find dependency

Unused since bac90d19b9d6730ed8247b891a960b64dfaedad3.
This commit is contained in:
David Tolnay 2023-02-10 19:29:24 -08:00
parent a9a9903107
commit f85c4f2fa9
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -11,9 +11,6 @@ unstable = ["serde/unstable"]
[dependencies]
serde = { path = "../serde" }
[build-dependencies]
toolchain_find = "0.2"
[dev-dependencies]
fnv = "1.0"
rustversion = "1.0"