mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
Re-export time as different module
This commit is contained in:
parent
86894230d5
commit
6bb7e9f0ec
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.3.1] - 2021-08-28
|
||||||
|
|
||||||
|
* Re-export time as different module
|
||||||
|
|
||||||
## [0.3.0] - 2021-08-27
|
## [0.3.0] - 2021-08-27
|
||||||
|
|
||||||
* Do not use/re-export tokio::time::Instant
|
* Do not use/re-export tokio::time::Instant
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-rt"
|
name = "ntex-rt"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "ntex runtime"
|
description = "ntex runtime"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
|
|
@ -44,7 +44,7 @@ http-framework = ["h2", "http", "httparse",
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ntex-codec = "0.5.0"
|
ntex-codec = "0.5.0"
|
||||||
ntex-rt = "0.3.0"
|
ntex-rt = "0.3.1"
|
||||||
ntex-router = "0.5.1"
|
ntex-router = "0.5.1"
|
||||||
ntex-service = "0.2.0-b.0"
|
ntex-service = "0.2.0-b.0"
|
||||||
ntex-macros = "0.1.3"
|
ntex-macros = "0.1.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue