smol-rs / polling

Portable interface to epoll, kqueue, event ports, and wepoll
Apache License 2.0
551 stars 68 forks source link

Allow pinning Rust nightly to concrete version #132

Closed ivmarkov closed 1 year ago

ivmarkov commented 1 year ago

A nit really: replace == with startWith so that if one day we decide to pin nightly to a specific version (i.e. nightly-2023-08-01 the Tier 3 CI would still run.