mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Prepare release
This commit is contained in:
parent
9de3f3060f
commit
4768ec138a
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.4.8] - 2023-04-06
|
||||
|
||||
* Add enter/exit fn for spawn_cbs #195
|
||||
|
||||
## [0.4.7] - 2023-01-03
|
||||
|
||||
* Add callback for task spawning
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-rt"
|
||||
version = "0.4.7"
|
||||
version = "0.4.8"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex runtime"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
|
|
@ -57,7 +57,7 @@ ntex-macros = "0.1.3"
|
|||
ntex-util = "0.2.0"
|
||||
ntex-bytes = "0.1.19"
|
||||
ntex-h2 = "0.2.1"
|
||||
ntex-rt = "0.4.7"
|
||||
ntex-rt = "0.4.8"
|
||||
ntex-io = "0.2.9"
|
||||
ntex-tls = "0.2.4"
|
||||
ntex-tokio = { version = "0.2.3", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue