Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc_macro_test/Cargo.toml')
| -rw-r--r-- | crates/proc_macro_test/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/proc_macro_test/Cargo.toml b/crates/proc_macro_test/Cargo.toml index 85c6de390a..d0ddbd6d59 100644 --- a/crates/proc_macro_test/Cargo.toml +++ b/crates/proc_macro_test/Cargo.toml @@ -12,4 +12,4 @@ doctest = false [build-dependencies] proc_macro_test_impl = { path = "imp", version = "0.0.0" } toolchain = { path = "../toolchain", version = "0.0.0" } -cargo_metadata = "0.14" +cargo_metadata = "0.14.2" |