Skip to content

Commit db67ed3

Browse files
committed
Include async-await feature in docs, remove smoltcp/socket-raw since it's not necessary
1 parent 264ab8e commit db67ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ travis-ci = { repository = "astro/stm32-eth", branch = "master" }
1616
maintenance = { status = "experimental" }
1717

1818
[package.metadata.docs.rs]
19-
features = ["smoltcp-phy", "smoltcp/socket-raw", "stm32f429"]
19+
features = ["smoltcp-phy", "stm32f429", "async-await"]
2020

2121
[dependencies]
2222
volatile-register = "0.2"

0 commit comments

Comments
 (0)