mirror of
https://github.com/openharmony/third_party_rust_mio.git
synced 2026-07-01 20:53:59 -04:00
Drop support for v0.6
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [ "master", "v0.6.x", "v0.7.x" ]
|
||||
branches: [ "master", "v0.7.x" ]
|
||||
pull_request:
|
||||
branches: [ "master", "v0.6.x", "v0.7.x" ]
|
||||
branches: [ "master", "v0.7.x" ]
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
RUST_BACKTRACE: full
|
||||
|
||||
@@ -23,7 +23,6 @@ overhead as possible over the OS abstractions.
|
||||
* [master](https://tokio-rs.github.io/mio/doc/mio/)
|
||||
* [v0.8](https://docs.rs/mio/^0.8)
|
||||
* [v0.7](https://docs.rs/mio/^0.7)
|
||||
* [v0.6](https://docs.rs/mio/^0.6)
|
||||
|
||||
This is a low level library, if you are looking for something easier to get
|
||||
started with, see [Tokio](https://tokio.rs).
|
||||
|
||||
Reference in New Issue
Block a user