Bump to v1.0.0

This commit is contained in:
Stjepan Glavina 2020-09-07 16:51:39 +02:00
parent 61c13131ba
commit 7d19c85172
1 changed files with 10 additions and 11 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "smol"
version = "0.4.3"
version = "1.0.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A small and fast async runtime"
@ -13,20 +13,19 @@ categories = ["asynchronous", "concurrency", "network-programming"]
readme = "README.md"
[dependencies]
async-channel = "1.4.1"
async-executor = "0.2.1"
async-fs = "1.1.1"
async-io = "0.2.6"
async-lock = "2.1.1"
async-net = "1.0.0"
async-process = "0.1.3"
blocking = "0.6.1"
futures-lite = "1.0.0"
async-channel = "1.4.2"
async-executor = "1.0.0"
async-fs = "1.2.0"
async-io = "1.0.1"
async-lock = "2.1.2"
async-net = "1.2.0"
async-process = "1.0.0"
blocking = "1.0.0"
futures-lite = "1.2.0"
once_cell = "1.4.1"
[dev-dependencies]
anyhow = "1.0.32"
async-channel = "1.4.1"
async-dup = "1.2.1"
async-h1 = "2.1.2"
async-native-tls = "0.3.3"