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
4950eb4167
commit
412944e973
20 changed files with 63 additions and 51 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changes
|
||||
|
||||
## [2.0.0] - 2024-01-xx
|
||||
## [2.0.0-b.0] - 2024-01-07
|
||||
|
||||
* Use "async fn" in trait for Service definition
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-service"
|
||||
version = "2.0.0"
|
||||
version = "2.0.0-b.0"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex service"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -20,5 +20,5 @@ pin-project-lite = "0.2.6"
|
|||
slab = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
ntex = { version = "1.0", features = ["tokio"] }
|
||||
ntex-util = "1.0.0"
|
||||
ntex = { version = "1.0.0-b.0", features = ["tokio"] }
|
||||
ntex-util = "1.0.0-b.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue