mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47: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
|
||||
|
||||
## [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
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue