diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-10-11 18:38:38 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2020-10-11 18:38:38 +0200 |
| commit | 524273c96a978299b64e51a9cdcc007585a0f170 (patch) | |
| tree | 63e7f8bce84e1109e4814dbc7d48e837e5e60a6d /macros/Cargo.toml | |
| parent | c83b15b643346c54f09ef130b5abd5ca31abfcd5 (diff) | |
Now with spawn/schedule from anywhere
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 610890b..f8a0523 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -21,5 +21,5 @@ proc-macro = true proc-macro2 = "1" quote = "1" syn = "1" -rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "master", version = "0.4.0" } +rtic-syntax = { path = "../../rtic-syntax", version = "0.4.0" } |
