Bump to v0.3.1

This commit is contained in:
Stjepan Glavina 2020-07-23 12:53:22 +02:00
parent 66a66d692b
commit 98e75b9759
5 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
# Version 0.3.1
- Fix some typos in docs.
# Version 0.3.0
- Reexport `futures-lite`, `blocking`, `async-executor`.

View File

@ -1,6 +1,6 @@
[package]
name = "smol"
version = "0.3.0"
version = "0.3.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A small and fast async runtime"

View File

@ -56,7 +56,7 @@ tokio runtime for its libraries:
```toml
[dependencies]
smol = { version = "0.2", features = ["tokio02"] }
smol = { version = "0.3", features = ["tokio02"] }
```
[tokio]: https://docs.rs/tokio

View File

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

View File

@ -43,7 +43,7 @@
//!
//! ```toml
//! [dependencies]
//! smol = { version = "0.2", features = ["tokio02"] }
//! smol = { version = "0.3", features = ["tokio02"] }
//! ```
//!
//! [tokio]: https://docs.rs/tokio