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 872b2a99d8..684477191b 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.2" +cargo_metadata = "0.15.0" |