Re-export time as different module

This commit is contained in:
Nikolay Kim 2021-08-28 20:25:43 +06:00
parent 86894230d5
commit 6bb7e9f0ec
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.3.1] - 2021-08-28
* Re-export time as different module
## [0.3.0] - 2021-08-27
* Do not use/re-export tokio::time::Instant

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-rt"
version = "0.3.0"
version = "0.3.1"
authors = ["ntex contributors <team@ntex.rs>"]
description = "ntex runtime"
keywords = ["network", "framework", "async", "futures"]

View file

@ -44,7 +44,7 @@ http-framework = ["h2", "http", "httparse",
[dependencies]
ntex-codec = "0.5.0"
ntex-rt = "0.3.0"
ntex-rt = "0.3.1"
ntex-router = "0.5.1"
ntex-service = "0.2.0-b.0"
ntex-macros = "0.1.3"