mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
doc: update version to 0.3 in module documentation (#2974)
This commit is contained in:
parent
81db03204d
commit
3cc6ce7a99
@ -57,7 +57,7 @@
|
|||||||
//! enabling the `full` feature flag:
|
//! enabling the `full` feature flag:
|
||||||
//!
|
//!
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! tokio = { version = "0.2", features = ["full"] }
|
//! tokio = { version = "0.3", features = ["full"] }
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! ### Authoring applications
|
//! ### Authoring applications
|
||||||
@ -72,7 +72,7 @@
|
|||||||
//! This example shows the quickest way to get started with Tokio.
|
//! This example shows the quickest way to get started with Tokio.
|
||||||
//!
|
//!
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! tokio = { version = "0.2", features = ["full"] }
|
//! tokio = { version = "0.3", features = ["full"] }
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! ### Authoring libraries
|
//! ### Authoring libraries
|
||||||
@ -88,7 +88,7 @@
|
|||||||
//! needs to `tokio::spawn` and use a `TcpStream`.
|
//! needs to `tokio::spawn` and use a `TcpStream`.
|
||||||
//!
|
//!
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! tokio = { version = "0.2", features = ["rt", "net"] }
|
//! tokio = { version = "0.3", features = ["rt", "net"] }
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! ## Working With Tasks
|
//! ## Working With Tasks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user