Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Nov 8, 2018
1 parent bf9269d commit 38235c1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changes

## [0.2.0] - 2018-11-08

### Added

* Timeout service

* Added ServiceConfig and ServiceRuntime for server service configuration


### Changed

* Connector has been refactored

* timer and LowResTimer renamed to time and LowResTime

* Refactored `Server::configure()` method


## [0.1.1] - 2018-10-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
cell = []

[dependencies]
actix = "^0.7.5"
actix = "0.7.5"

log = "0.4"
num_cpus = "1.0"
Expand Down

0 comments on commit 38235c1

Please sign in to comment.