From b3005d942040f68f30ad84b6f8f1621ebaf9d753 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Mon, 20 Jul 2020 11:54:58 +0200 Subject: [PATCH] Change 0.1 to 0.2 in docs --- Cargo.toml | 2 +- README.md | 2 +- examples/other-runtimes.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 902a263..e45e8bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/README.md b/README.md index b07da4a..57752ed 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/other-runtimes.rs b/examples/other-runtimes.rs index d8ea241..6749f32 100644 --- a/examples/other-runtimes.rs +++ b/examples/other-runtimes.rs @@ -7,7 +7,7 @@ //! //! ```toml //! [dependencies] -//! smol = { version = "0.1", features = ["tokio02"] } +//! smol = { version = "0.2", features = ["tokio02"] } //! ``` //! //! Run with: