From fa185a638ee4662e24f879e1365fa942343f57b7 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Wed, 24 Apr 2019 15:06:53 +0200 Subject: [PATCH] Cargo.toml: Add `links = "cortex-m"` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 01d5911d..9fa65b6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ name = "cortex-m" readme = "README.md" repository = "https://github.com/japaric/cortex-m" version = "0.6.0" +links = "cortex-m" # prevent multiple versions of this crate to be linked together [dependencies] aligned = "0.3.1"