Skip to content

Commit 67c82e0

Browse files
bors[bot]Nicoretti
andcommitted
Merge #118
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 <[email protected]>
2 parents e3b7357 + ecea4a9 commit 67c82e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ documentation = "https://docs.rs/cortex-m"
66
keywords = ["arm", "cortex-m", "register", "peripheral"]
77
license = "MIT OR Apache-2.0"
88
name = "cortex-m"
9+
readme = "README.md"
910
repository = "https://github.com/japaric/cortex-m"
1011
version = "0.5.7"
1112

@@ -17,4 +18,4 @@ volatile-register = "0.2.0"
1718
[features]
1819
cm7-r0p1 = []
1920
const-fn = ["bare-metal/const-fn"]
20-
inline-asm = []
21+
inline-asm = []

0 commit comments

Comments
 (0)