Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Dec 13, 2019
1 parent d006a7b commit 8881c13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## [2.0.0-alpha.5] - 2019-12-13

### Added

* Add test server, `test::start()` and `test::start_with()`

## [2.0.0-alpha.4] - 2019-12-08

### Deleted
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ actix-macros = "0.1.0"
actix-threadpool = "0.3.0"
actix-tls = "1.0.0"

actix-web-codegen = "0.2.0-alpha.2"
actix-web-codegen = "0.2.0"
actix-http = "1.0.0"
awc = { version = "1.0.0", default-features = false }

bytes = "0.5.2"
bytes = "0.5.3"
derive_more = "0.99.2"
encoding_rs = "0.8"
futures = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion test-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ time = "0.1"
open-ssl = { version="0.10", package="openssl", optional = true }

[dev-dependencies]
actix-web = "2.0.0-alpha.4"
#actix-web = "2.0.0-alpha.4"
actix-http = "1.0.0"

0 comments on commit 8881c13

Please sign in to comment.