From 35bb76ef5f301f1251281aa5f9cd18f4065e52ba Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 2 Dec 2018 17:35:26 +0100 Subject: codegen: stop using `export_name` `export_name` creates external symbols that won't be removed when using `-Z emit-stack-sizes` --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/Cargo.toml') 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 -- cgit v1.2.3