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: