Merge pull request #121 from ctiller/rel

Update cargo.toml for new release
This commit is contained in:
Stjepan Glavina 2020-05-22 02:29:05 -07:00 committed by GitHub
commit 3805d8c082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "smol"
version = "0.1.8"
version = "0.1.9"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A small and fast async runtime"
@ -30,7 +30,7 @@ crossbeam = "0.7.3"
futures-util = { version = "0.3.5", default-features = false, features = ["std"] }
futures-io = { version = "0.3.5", default-features = false, features = ["std"] }
once_cell = "1.3.1"
piper = "0.1.1"
piper = "0.1.2"
scoped-tls-hkt = "0.1.2"
slab = "0.4.2"
socket2 = { version = "0.3.12", features = ["pair", "unix"] }