1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

revert 1.0.3 changes

This commit is contained in:
Nikolay Kim
2020-01-15 13:24:38 -08:00
parent 5940731ef0
commit 3116db5168
5 changed files with 20 additions and 21 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-service"
version = "1.0.3"
version = "1.0.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix service"
keywords = ["network", "framework", "async", "futures"]
@ -13,7 +13,6 @@ edition = "2018"
[badges]
travis-ci = { repository = "actix/actix-service", branch = "master" }
appveyor = { repository = "actix/actix-net" }
codecov = { repository = "actix/actix-service", branch = "master", service = "github" }
[lib]