Skip to content

Commit

Permalink
doc: update version to 0.3 in module documentation (#2974)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 16, 2020
1 parent 81db032 commit 3cc6ce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tokio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
//! enabling the `full` feature flag:
//!
//! ```toml
//! tokio = { version = "0.2", features = ["full"] }
//! tokio = { version = "0.3", features = ["full"] }
//! ```
//!
//! ### Authoring applications
Expand All @@ -72,7 +72,7 @@
//! This example shows the quickest way to get started with Tokio.
//!
//! ```toml
//! tokio = { version = "0.2", features = ["full"] }
//! tokio = { version = "0.3", features = ["full"] }
//! ```
//!
//! ### Authoring libraries
Expand All @@ -88,7 +88,7 @@
//! needs to `tokio::spawn` and use a `TcpStream`.
//!
//! ```toml
//! tokio = { version = "0.2", features = ["rt", "net"] }
//! tokio = { version = "0.3", features = ["rt", "net"] }
//! ```
//!
//! ## Working With Tasks
Expand Down

0 comments on commit 3cc6ce7

Please sign in to comment.