diff options
| author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-02 16:44:49 +0000 |
|---|---|---|
| committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-02 16:44:49 +0000 |
| commit | 31df3e2ca9cf6f343a90432002a66684506dd46e (patch) | |
| tree | 541e5e715452df53fef253d78ce5e52ee0a290ad /macros/Cargo.toml | |
| parent | 9d0227bfeb730640d9b10204e2996bccade456aa (diff) | |
| parent | 35bb76ef5f301f1251281aa5f9cd18f4065e52ba (diff) | |
Merge #107
107: codegen: stop using `export_name` r=japaric a=japaric
`export_name` creates external symbols that won't be removed when using `-Z
emit-stack-sizes`
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
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 73c67b2..1b45fc8 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m-rtfm-macros" readme = "../README.md" repository = "https://github.com/japaric/cortex-m-rtfm" -version = "0.4.0-beta.2" +version = "0.4.0-beta.3" [lib] proc-macro = true |
