async-executor/.github
John Nunley b140c46123 Fix dev-dependency WASM compilation issue
`futures-lite` in the dev dependencies added a `block_on` call that was
not present in the WASM build, causing a compile error. This PR makes
sure that the `std` feature of `futures-lite` is enabled in Cargo.toml.

This also adds a CI check to ensure that this doesn't happen again

Signed-off-by: John Nunley <dev@notgull.net>
2023-11-13 08:30:50 -08:00
..
workflows Fix dev-dependency WASM compilation issue 2023-11-13 08:30:50 -08:00
dependabot.yml Enable dependabot update for Rust 2022-12-28 12:27:06 +09:00