ci: improve minrust check and re-enable example (#5060)

This commit is contained in:
Alice Ryhl
2022-09-27 21:18:13 +00:00
committed by GitHub
parent 47b6e194fb
commit feef48fb58
2 changed files with 18 additions and 3 deletions
+5
View File
@@ -21,6 +21,7 @@ serde_derive = "1.0"
serde_json = "1.0"
httparse = "1.0"
httpdate = "1.0"
once_cell = "1.5.2"
rand = "0.8.3"
[target.'cfg(windows)'.dev-dependencies.winapi]
@@ -70,6 +71,10 @@ path = "udp-codec.rs"
name = "tinyhttp"
path = "tinyhttp.rs"
[[example]]
name = "custom-executor"
path = "custom-executor.rs"
[[example]]
name = "custom-executor-tokio-context"
path = "custom-executor-tokio-context.rs"