diff options
author | Aleksey Kladov <[email protected]> | 2020-08-13 11:07:28 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-13 11:39:27 +0100 |
commit | 2119dc23e80d77f1abc789e3d99c34d429e17905 (patch) | |
tree | 977254cd7b4fa53da65836cd0f119ef404e7dd62 /crates/project_model/Cargo.toml | |
parent | 4abdf323af5bc693f8b9ff3455e19ee1dff572a8 (diff) |
Rename ra_proc_macro -> proc_macro_api
Diffstat (limited to 'crates/project_model/Cargo.toml')
-rw-r--r-- | crates/project_model/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/project_model/Cargo.toml b/crates/project_model/Cargo.toml index 8d8d09387..1c84c7d20 100644 --- a/crates/project_model/Cargo.toml +++ b/crates/project_model/Cargo.toml | |||
@@ -20,6 +20,6 @@ arena = { path = "../arena" } | |||
20 | cfg = { path = "../cfg" } | 20 | cfg = { path = "../cfg" } |
21 | ra_db = { path = "../ra_db" } | 21 | ra_db = { path = "../ra_db" } |
22 | toolchain = { path = "../toolchain" } | 22 | toolchain = { path = "../toolchain" } |
23 | ra_proc_macro = { path = "../ra_proc_macro" } | 23 | proc_macro_api = { path = "../proc_macro_api" } |
24 | paths = { path = "../paths" } | 24 | paths = { path = "../paths" } |
25 | stdx = { path = "../stdx" } | 25 | stdx = { path = "../stdx" } |