Fix the version in examples

This commit is contained in:
Stjepan Glavina 2020-04-27 15:15:17 +02:00
parent fce8487385
commit d954e46252
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 = "1", features = ["tokio02"] }
# smol = { version = "0.1", features = ["tokio02"] }
# ```
tokio02 = ["tokio"]

View File

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

View File

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