Bump to v0.1.1

This commit is contained in:
Stjepan Glavina 2020-04-27 11:58:41 +02:00
parent 6a4beecd89
commit 1bf45e54a1
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# Version 0.1.1
- Upgrade dependencies
# Version 0.1.0
- Initial release

View File

@ -1,6 +1,6 @@
[package]
name = "smol"
version = "0.1.0"
version = "0.1.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "A small and fast async runtime"
@ -69,7 +69,7 @@ reqwest = "0.10.4"
scraper = "0.11.0"
signal-hook = "0.1.13"
smol = { path = ".", features = ["tokio02"] }
surf = { version = "1.0.3", default-features = false, features = ["h1-client"] }
surf = { version = "2.0.0-alpha.1", default-features = false, features = ["h1-client"] }
tempfile = "3.1.0"
tokio = { version = "0.2.19", default-features = false }
tungstenite = "0.10.1"