Skip to content

Commit

Permalink
prepare actix-http-test release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Apr 16, 2019
1 parent e7ec77a commit 4c0ebd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ actix-http = { version = "0.1.0", features=["fail"] }
actix-server = "0.4.3"
actix-server-config = "0.1.1"
actix-threadpool = "0.1.0"
awc = { version = "0.1.0-alpha.6", optional = true }
awc = { version = "0.1.0", optional = true }

bytes = "0.4"
derive_more = "0.14"
Expand Down
5 changes: 5 additions & 0 deletions test-server/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## [0.1.0] - 2019-04-16

* No changes


## [0.1.0-alpha.3] - 2019-04-02

* Request functions accept path #743
Expand Down
4 changes: 2 additions & 2 deletions test-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-http-test"
version = "0.1.0-alpha.3"
version = "0.1.0"
authors = ["Nikolay Kim <[email protected]>"]
description = "Actix http test server"
readme = "README.md"
Expand Down Expand Up @@ -35,7 +35,7 @@ actix-rt = "0.2.2"
actix-service = "0.3.6"
actix-server = "0.4.3"
actix-utils = "0.3.5"
awc = "0.1.0-alpha.5"
awc = "0.1.0"

base64 = "0.10"
bytes = "0.4"
Expand Down

0 comments on commit 4c0ebd5

Please sign in to comment.