From bbb2f60f74ac33e38e18d8bbeaf5ae79be7f44cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 04:12:31 +0000 Subject: [PATCH] Update rustc_version requirement from 0.2 to 0.3 Updates the requirements on [rustc_version](https://github.com/Kimundi/rustc-version-rs) to permit the latest version. - [Release notes](https://github.com/Kimundi/rustc-version-rs/releases) - [Commits](https://github.com/Kimundi/rustc-version-rs/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e353dcf..2bd9257 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ Automated tests of FFI bindings. [dependencies] syntex_syntax2 = "0.0.2" cc = "1.0.1" -rustc_version = "0.2" +rustc_version = "0.3" [workspace] members = ["testcrate"]