mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-13 07:18:22 +02:00
Compare commits
1 Commits
server-con
...
server-v0.
Author | SHA1 | Date | |
---|---|---|---|
|
e3155957a8 |
@@ -1,6 +1,6 @@
|
||||
# Changes
|
||||
|
||||
## Next
|
||||
## [0.7.0] - 2019-10-04
|
||||
|
||||
### Changed
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-server"
|
||||
version = "0.6.1"
|
||||
version = "0.7.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Actix server - General purpose tcp server"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@@ -18,7 +18,7 @@ path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "0.2.1"
|
||||
actix-server = "0.6.0"
|
||||
actix-server = "0.7.0"
|
||||
actix-server-config = "0.2.0"
|
||||
actix-service = "0.4.0"
|
||||
|
||||
|
Reference in New Issue
Block a user