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 ec2d41170a..ce1fa0063f 100644 --- a/crates/proc-macro-srv/Cargo.toml +++ b/crates/proc-macro-srv/Cargo.toml @@ -26,7 +26,7 @@ paths = { path = "../paths", version = "0.0.0" } proc-macro-api = { path = "../proc-macro-api", version = "0.0.0" } [dev-dependencies] -expect-test = "1.3.0" +expect-test = "1.4.0" # used as proc macro test targets proc-macro-test = { path = "../proc-macro-test" } |