Bump to v0.3.3

This commit is contained in:
Stjepan Glavina 2020-07-27 14:36:11 +02:00
parent 974c4cd218
commit 2a46e64266
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# Version 0.3.3
- Add `block_on()`.
- Use `SMOL_THREADS` environment variable.
# Version 0.3.2
- Reexport `FutureExt`.

View File

@ -1,6 +1,6 @@
[package]
name = "smol"
version = "0.3.2"
version = "0.3.3"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A small and fast async runtime"
@ -21,10 +21,10 @@ async-channel = "1.1.1"
async-executor = "0.1.1"
async-io = "0.1.5"
blocking = "0.5.0"
cfg-if = "0.1.10"
easy-parallel = "3.1.0"
futures-lite = "0.1.9"
num_cpus = "1.13.0"
cfg-if = "0.1.10"
[dependencies.tokio]
version = "0.2.22"