diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-10-15 17:56:29 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2020-10-15 17:56:29 +0200 |
| commit | da76894d752d1a8633ad5b7ad2c3c2ee2871ee84 (patch) | |
| tree | 723674737952280b7a0b3ef583fc75f3e4171308 /macros/Cargo.toml | |
| parent | 5ac16f6aae7c4760711b1eef5cbaf1c57c5933ca (diff) | |
Updated syntax crate
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 1413c6f..7c52124 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 = "no_spawn_no_schedule", version = "0.4.0" } +rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "no_spawn_no_schedule", version = "0.5.0-alpha.0" } |
