diff options
author | 2018-10-23 20:25:28 +0100 | |
---|---|---|
committer | 2018-10-23 20:25:28 +0100 | |
commit | 32ab813196bada3290f57c4b39e10e741b90ef6f (patch) | |
tree | 73973748eea79198804b60292722d4ae29596b66 /cortex-m-rt/macros | |
parent | 8963dc846502084819c9024e55b95980564a009e (diff) | |
download | cortex-m-32ab813196bada3290f57c4b39e10e741b90ef6f.tar.gz cortex-m-32ab813196bada3290f57c4b39e10e741b90ef6f.tar.zst cortex-m-32ab813196bada3290f57c4b39e10e741b90ef6f.zip |
v0.6.5
Diffstat (limited to 'cortex-m-rt/macros')
-rw-r--r-- | cortex-m-rt/macros/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cortex-m-rt/macros/Cargo.toml b/cortex-m-rt/macros/Cargo.toml index 1687c4d..017575c 100644 --- a/cortex-m-rt/macros/Cargo.toml +++ b/cortex-m-rt/macros/Cargo.toml @@ -7,18 +7,18 @@ keywords = ["arm", "cortex-m", "runtime", "startup"] license = "MIT OR Apache-2.0" name = "cortex-m-rt-macros" repository = "https://github.com/japaric/cortex-m-rt" -version = "0.1.2" +version = "0.1.3" [lib] proc-macro = true [dependencies] quote = "0.6.8" -proc-macro2 = "0.4.19" +proc-macro2 = "0.4.20" [dependencies.syn] features = ["extra-traits", "full"] -version = "0.15.4" +version = "0.15.13" [dependencies.rand] version = "0.5.5" |