Commit graph

8 commits

Author SHA1 Message Date
Kevin Mehall
38189baf5c cargo features for smol and tokio blocking executors 2025-04-12 13:29:17 -06:00
Kevin Mehall
413093e181 Bump MSRV to 1.79
The associated type bounds feature, stabilized in 1.79 allows adding
an implied Send bound on all IntoFuture types used with MaybeFuture,
so every function doesn't have to be marked as Send.

This is going to be especially useful with wasm, because it allows the
Send bound to be turned on and off in one place.
2025-04-09 08:23:09 -06:00
Troy Neubauer
fd62469b54 add ci 2024-09-12 09:06:29 -07:00
Kevin Mehall
5fc9678e8e Increase MSRV to 1.67 for Result::inspect_err 2024-08-03 18:57:42 -06:00
Martin Ling
d81e1acd5f CI: Test with MSRV (1.74) and latest stable Rust. 2024-07-03 16:16:37 +01:00
Kevin Mehall
5cff79807b ci: Check cargo fmt 2024-01-15 11:27:24 -07:00
Kevin
a7880e2582 macos: Enable CI 2023-11-18 20:11:58 -07:00
Kevin Mehall
b6e8041915 Configure GitHub Actions 2023-10-08 13:25:34 -06:00