diff options
author | 2020-10-15 17:56:29 +0200 | |
---|---|---|
committer | 2020-10-15 17:56:29 +0200 | |
commit | da76894d752d1a8633ad5b7ad2c3c2ee2871ee84 (patch) | |
tree | 723674737952280b7a0b3ef583fc75f3e4171308 | |
parent | 5ac16f6aae7c4760711b1eef5cbaf1c57c5933ca (diff) | |
download | rtic-da76894d752d1a8633ad5b7ad2c3c2ee2871ee84.tar.gz rtic-da76894d752d1a8633ad5b7ad2c3c2ee2871ee84.tar.zst rtic-da76894d752d1a8633ad5b7ad2c3c2ee2871ee84.zip |
Updated syntax crate
-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 1413c6f3..7c52124c 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" } |