Change 0.1 to 0.2 in docs

This commit is contained in:
Stjepan Glavina 2020-07-20 11:54:58 +02:00
parent b5eb97c60e
commit b3005d9420
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ readme = "README.md"
# Enable the feature as follows:
# ```
# [dependencies]
# smol = { version = "0.1", features = ["tokio02"] }
# smol = { version = "0.2", features = ["tokio02"] }
# ```
tokio02 = ["tokio"]

View File

@ -49,7 +49,7 @@ Enable the feature as follows:
```toml
[dependencies]
smol = { version = "0.1", features = ["tokio02"] }
smol = { version = "0.2", features = ["tokio02"] }
```
[async-std]: https://docs.rs/async-std

View File

@ -7,7 +7,7 @@
//!
//! ```toml
//! [dependencies]
//! smol = { version = "0.1", features = ["tokio02"] }
//! smol = { version = "0.2", features = ["tokio02"] }
//! ```
//!
//! Run with: