mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
prep release
This commit is contained in:
parent
97c99c7b3d
commit
073ea6db29
3 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [0.3.3] - 2022-07-07
|
## [0.3.2] - 2022-07-07
|
||||||
|
|
||||||
* Add ?Sized to Rc service #125
|
* Add ?Sized to Rc service #125
|
||||||
|
|
||||||
## [0.3.2] - 2022-02-10
|
|
||||||
|
|
||||||
* Make AndThenFactory::new() public
|
* Make AndThenFactory::new() public
|
||||||
|
|
||||||
* Cleanups
|
* Cleanups
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-service"
|
name = "ntex-service"
|
||||||
version = "0.3.3"
|
version = "0.3.2"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "ntex service"
|
description = "ntex service"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
|
|
@ -52,7 +52,7 @@ ntex-codec = "0.6.2"
|
||||||
ntex-connect = "0.1.0"
|
ntex-connect = "0.1.0"
|
||||||
ntex-http = "0.1.0"
|
ntex-http = "0.1.0"
|
||||||
ntex-router = "0.5.1"
|
ntex-router = "0.5.1"
|
||||||
ntex-service = "0.3.1"
|
ntex-service = "0.3.2"
|
||||||
ntex-macros = "0.1.3"
|
ntex-macros = "0.1.3"
|
||||||
ntex-util = "0.1.17"
|
ntex-util = "0.1.17"
|
||||||
ntex-bytes = "0.1.14"
|
ntex-bytes = "0.1.14"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue