diff options
| author | Per <Per Lindgren> | 2020-03-04 15:06:03 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-10-15 15:56:20 +0000 |
| commit | 6eafcf10e944fb5875c086631dde7fad6f0a7b3b (patch) | |
| tree | 93b9f9abaa346c8813cf63af7d36c2ef9fb6cee8 /macros/Cargo.toml | |
| parent | f5cf64e35c85f45e8ddefda7c8957a262bd028f6 (diff) | |
task_local and lock_free analysis (take 1)
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 610890b..74f5443 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -21,5 +21,10 @@ 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 = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "master", version = "0.4.0" } + +[dependencies.rtic-syntax] +git = "https://github.com/rtic-rs/rtic-syntax.git" +branch = "task_local_experiment" +version = "0.4.1" |
