diff options
Diffstat (limited to 'cortex-m-rt/macros/Cargo.toml')
-rw-r--r-- | cortex-m-rt/macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/macros/Cargo.toml b/cortex-m-rt/macros/Cargo.toml index e95cc7d..f548e19 100644 --- a/cortex-m-rt/macros/Cargo.toml +++ b/cortex-m-rt/macros/Cargo.toml @@ -20,4 +20,4 @@ proc-macro2 = "1.0" [dependencies.syn] features = ["extra-traits", "full"] -version = "1.0" +version = "2.0" |