aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_macros/Cargo.toml')
-rw-r--r--crates/ra_macros/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_macros/Cargo.toml b/crates/ra_macros/Cargo.toml
index 1c9cc9e92..7d3cb055c 100644
--- a/crates/ra_macros/Cargo.toml
+++ b/crates/ra_macros/Cargo.toml
@@ -7,4 +7,3 @@ authors = ["Aleksey Kladov <[email protected]>"]
7[dependencies] 7[dependencies]
8rustc-hash = "1.0.0" 8rustc-hash = "1.0.0"
9smol_str = "0.1.9" 9smol_str = "0.1.9"
10join_to_string = "0.1.3"