1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-18 06:11:50 +01:00

prepare actix-utils release

This commit is contained in:
Nikolay Kim 2019-03-02 14:30:32 -08:00
parent fbf4444b04
commit 672c3936a6
2 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [0.3.0] - 2019-02-xx
## [0.3.0] - 2019-03-02
### Changed

View File

@ -1,6 +1,6 @@
[package]
name = "actix-utils"
version = "0.2.4"
version = "0.3.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix utils - various actix net related services"
keywords = ["network", "framework", "async", "futures"]
@ -11,15 +11,14 @@ categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
edition = "2018"
workspace = "../"
workspace = ".."
[lib]
name = "actix_utils"
path = "src/lib.rs"
[dependencies]
# actix-service = "0.2.2"
actix-service = { path = "../actix-service" }
actix-service = "0.3.0"
actix-codec = "0.1.0"
bytes = "0.4"
futures = "0.1.24"