1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-13 18:45:25 +01:00

29 lines
359 B
Markdown
Raw Permalink Normal View History

2018-12-10 08:42:31 -08:00
# Changes
2019-03-02 14:47:52 -08:00
## [0.3.0] - 2019-03-02
### Changed
* Migrate to actix-service 0.3
2019-02-01 20:06:53 -08:00
## [0.2.0] - 2019-02-01
2019-03-02 14:47:52 -08:00
### Changed
* Migrate to actix-service 0.2
2019-01-26 13:15:17 -08:00
* Upgrade trust-dns-resolver
2019-02-01 20:06:53 -08:00
* Use tokio-current-thread instead of direct actix-rt dipendency
2019-01-26 13:15:17 -08:00
2019-01-13 10:03:33 -08:00
## [0.1.1] - 2019-01-13
* Upgrade trust-dns-proto
2018-12-10 08:42:31 -08:00
## [0.1.0] - 2018-12-09
* Move server to separate crate