From bc3f24e0e9cc3aff608c3ba7d576dfc9c4a7792d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 6 Jun 2022 16:09:05 -0700 Subject: [PATCH] Update toolchain_find dependency to 0.2 --- test_suite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_suite/Cargo.toml b/test_suite/Cargo.toml index 82c95922..ac746280 100644 --- a/test_suite/Cargo.toml +++ b/test_suite/Cargo.toml @@ -14,7 +14,7 @@ unstable = ["serde/unstable"] serde = { path = "../serde" } [build-dependencies] -toolchain_find = "0.1" +toolchain_find = "0.2" [dev-dependencies] fnv = "1.0"