mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
readme: fix section ordering (#600)
This commit is contained in:
@@ -167,10 +167,6 @@ The crates included as part of Tokio are:
|
|||||||
[`tokio-udp`]: tokio-udp
|
[`tokio-udp`]: tokio-udp
|
||||||
[`tokio-uds`]: tokio-uds
|
[`tokio-uds`]: tokio-uds
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
This project is licensed under the [MIT license](LICENSE).
|
|
||||||
|
|
||||||
## Supported Rust Versions
|
## Supported Rust Versions
|
||||||
|
|
||||||
Tokio is built against the latest stable, nightly, and beta Rust releases. The
|
Tokio is built against the latest stable, nightly, and beta Rust releases. The
|
||||||
@@ -179,6 +175,10 @@ current stable release version. For example, if the latest stable Rust is 1.29,
|
|||||||
the minimum version supported is 1.26. The current Tokio version is not
|
the minimum version supported is 1.26. The current Tokio version is not
|
||||||
guaranteed to build on Rust versions earlier than the minimum supported version.
|
guaranteed to build on Rust versions earlier than the minimum supported version.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This project is licensed under the [MIT license](LICENSE).
|
||||||
|
|
||||||
### Contribution
|
### Contribution
|
||||||
|
|
||||||
Unless you explicitly state otherwise, any contribution intentionally submitted
|
Unless you explicitly state otherwise, any contribution intentionally submitted
|
||||||
|
|||||||
Reference in New Issue
Block a user