Skip to content

Commit

Permalink
Merge #118
Browse files Browse the repository at this point in the history
118: Add additional meta data to improve crate experience r=therealprof a=Nicoretti

* Add readme setting, so README.md is shown on https://crates.io/

Co-authored-by: Nicola Coretti <nicola.coretti@esrlabs.com>
  • Loading branch information
bors[bot] and Nicoretti committed Oct 26, 2018
2 parents e3b7357 + ecea4a9 commit 67c82e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ documentation = "https://docs.rs/cortex-m"
keywords = ["arm", "cortex-m", "register", "peripheral"]
license = "MIT OR Apache-2.0"
name = "cortex-m"
readme = "README.md"
repository = "https://github.com/japaric/cortex-m"
version = "0.5.7"

Expand All @@ -17,4 +18,4 @@ volatile-register = "0.2.0"
[features]
cm7-r0p1 = []
const-fn = ["bare-metal/const-fn"]
inline-asm = []
inline-asm = []

0 comments on commit 67c82e0

Please # to comment.