Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc_macro_srv/Cargo.toml')
| -rw-r--r-- | crates/proc_macro_srv/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/proc_macro_srv/Cargo.toml b/crates/proc_macro_srv/Cargo.toml index d0e6bd9990..6048c5e6cc 100644 --- a/crates/proc_macro_srv/Cargo.toml +++ b/crates/proc_macro_srv/Cargo.toml @@ -25,7 +25,7 @@ paths = { path = "../paths", version = "0.0.0" } proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" } [dev-dependencies] -expect-test = "1.1.0" +expect-test = "1.2.0-pre.1" # used as proc macro test targets proc_macro_test = { path = "../proc_macro_test" } |