Skip to content

Commit fc79931

Browse files
committed
Exclude codegen from package
1 parent 4fc9994 commit fc79931

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ readme = "README.md"
1010
repository = "https://github.com/stm32-rs/stm32f3xx-hal"
1111
documentation = "https://docs.rs/stm32f3xx-hal"
1212
version = "0.5.0"
13+
exclude = [
14+
"codegen",
15+
]
1316

1417
[package.metadata.docs.rs]
1518
features = ["stm32f303xc", "rt", "stm32-usbd"]

0 commit comments

Comments
 (0)