Bump to v0.3.2

This commit is contained in:
Stjepan Glavina 2020-07-23 23:58:07 +02:00
parent a3552bcadc
commit ead5867905
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,7 @@
# Version 0.3.2
- Reexport `FutureExt`.
# Version 0.3.1
- Fix some typos in docs.

View File

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

View File

@ -47,9 +47,8 @@ Look inside the [examples] directory for more.
All async libraries work with smol out of the box.
The only exception is [tokio], which is traditionally incompatible with [futures], breaks
when used with other executors, and lacks documentation on how to fix such errors.
Fortunately, there are ways around it.
The only exception is [tokio], which is traditionally incompatible with [futures] and crashes
when called from other executors. Fortunately, there are ways around it.
Enable the `tokio02` feature flag and `smol::run()` will create a minimal
tokio runtime for its libraries: