File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ ntex-macros = { path = "ntex-macros" }
5151ntex-util = { path = " ntex-util" }
5252
5353[workspace .dependencies ]
54- ntex = " 3.3 .0"
54+ ntex = " 3.4 .0"
5555ntex-bytes = " 1.5.0"
5656ntex-codec = " 1.1.0"
5757ntex-io = " 3.9.0"
Original file line number Diff line number Diff line change @@ -431,5 +431,9 @@ mod tests {
431431 let t2 = t. clone ( ) ;
432432 assert_eq ! ( t2. id( ) , cfg. id( ) ) ;
433433 assert_eq ! ( t2. tag( ) , "TEST4" ) ;
434+
435+ let t3 = t. ctx ( ) . get :: < TestCfg > ( ) ;
436+ assert_eq ! ( t3. id( ) , cfg. id( ) ) ;
437+ assert_eq ! ( t3. tag( ) , "TEST4" ) ;
434438 }
435439}
Original file line number Diff line number Diff line change 11# Changes
22
3- ## [ 3.4.0] - 2026-02-16
3+ ## [ 3.4.0] - 2026-02-17
4+
5+ * Propagate shutdown to user service from ` ws::start ` #765
46
57* SharedCfg is not Copy
68
Original file line number Diff line number Diff line change 11[package ]
22name = " ntex"
3- version = " 3.3 .0"
3+ version = " 3.4 .0"
44authors = [" ntex contributors <team@ntex.rs>" ]
55description = " Framework for composable network services"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments