Drop support for v0.6

This commit is contained in:
Thomas de Zeeuw
2023-02-04 16:10:48 +01:00
parent 68777e2e66
commit f55840a60a
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -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
-1
View File
@@ -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).