diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2021-07-05 21:40:01 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2021-07-05 21:40:01 +0200 |
| commit | 3f85cb5caf1ae930e6551e139978ceec859a2348 (patch) | |
| tree | 8c29ac6fa1095f33cf984d2565e2e7bea9504566 /macros/Cargo.toml | |
| parent | 13dc3992e616d817e38c167c4b47db816855f18b (diff) | |
Started work
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index aa96d09..bfb9525 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -22,4 +22,5 @@ proc-macro2 = "1" proc-macro-error = "1" quote = "1" syn = "1" -rtic-syntax = "0.5.0-alpha.3" +# rtic-syntax = "0.5.0-alpha.3" +rtic-syntax = { path = "../../rtic-syntax" } |
