File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ ntex = { path = "ntex" }
1414ntex-codec = { path = " ntex-codec" }
1515ntex-router = { path = " ntex-router" }
1616ntex-rt = { path = " ntex-rt" }
17- ntex-rt-macros = { path = " ntex-rt-macros" }
1817ntex-service = { path = " ntex-service" }
19- ntex-macros = { path = " ntex-macros" }
18+ # ntex-macros = { path = "ntex-macros" }
19+ # ntex-rt-macros = { path = "ntex-rt-macros" }
Original file line number Diff line number Diff line change 11# Changes
22
3- ## [ 0.1.7] - 2020-04-xx
3+ ## [ 0.1.7] - 2020-04-10
44
55* ntex::http: Fix handling of large http messages
66
77* ntex::http: Refine read/write back-pressure for h1 dispatcher
88
9+ * ntex::web: Restore proc macros for handler registration
10+
911## [ 0.1.6] - 2020-04-09
1012
1113* ntex::web: Allow to add multiple services at once
Original file line number Diff line number Diff line change 11[package ]
22name = " ntex"
3- version = " 0.1.6 "
3+ version = " 0.1.7 "
44authors = [" Nikolay Kim <fafhrd91@gmail.com>" ]
55description = " Framework for composable network services"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments