compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

ci: guard compio is compatible with stable rust #297

Closed tisonkun closed 1 month ago

tisonkun commented 1 month ago

The next step would be deciding an MSRV and we can mark it in Cargo.toml rust-version and guard it by CI.

George-Miao commented 1 month ago

Do you think if we should test against all toolchains?

tisonkun commented 1 month ago

Do you think if we should test against all toolchains?

You mean for both beta + stable instead of stable replace beta? That sounds reasonable and I can make the change.