Skip to content

Commit 10396f0

Browse files
committed
Don't incluide docs in crate!
1 parent 297ac3a commit 10396f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stm32l432xx-hal"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Scott Mabin <[email protected]>"]
55
description = "Hardware abstraction layer for the stm32l432xx chips"
66
keywords = ["no-std", "stm32l432xx", "stm32l432kc", "embedded", "embedded-hal"]
@@ -9,7 +9,8 @@ readme = "README.md"
99
license = "MIT OR Apache-2.0"
1010
exclude = [
1111
".travis.yml",
12-
".gitignore"
12+
".gitignore",
13+
"docs/"
1314
]
1415

1516
[dependencies]

0 commit comments

Comments
 (0)