Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 4d81af0

Browse files
bors[bot]Nicoretti
andcommitted
Merge #25
25: 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 9489f04 + 9bb01b1 commit 4d81af0

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
@@ -5,8 +5,9 @@ documentation = "https://docs.rs/cortex-m-semihosting"
55
keywords = ["semihosting", "arm", "cortex-m"]
66
license = "MIT OR Apache-2.0"
77
name = "cortex-m-semihosting"
8+
readme = "README.md"
89
repository = "https://github.com/japaric/cortex-m-semihosting"
910
version = "0.3.1"
1011

1112
[features]
12-
inline-asm = []
13+
inline-asm = []

0 commit comments

Comments
 (0)