Skip to content

Commit

Permalink
prepare actix-server release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Feb 2, 2019
1 parent 4421636 commit 8d62ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actix-server/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## [0.2.0] - 2019-02-xx
## [0.2.0] - 2019-02-01

## Changes

Expand Down
3 changes: 1 addition & 2 deletions actix-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ ssl = ["openssl", "tokio-openssl"]
rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]

[dependencies]
#actix-service = "0.2.0"
actix-service = { path="../actix-service" }
actix-service = "0.2.0"
actix-rt = "0.1.0"

log = "0.4"
Expand Down

0 comments on commit 8d62ac4

Please sign in to comment.