mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Prepare release
This commit is contained in:
parent
4baf42d6d1
commit
a54f6f7ac2
12 changed files with 27 additions and 9 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.2.0-beta.0] - 2022-12-28
|
||||
|
||||
* Migrate to ntex-service 1.0
|
||||
|
||||
## [0.1.7] - 2022-10-26
|
||||
|
||||
* Create the correct PskIdentity type on query #138
|
||||
|
|
|
@ -25,7 +25,7 @@ openssl = ["tls_openssl"]
|
|||
rustls = ["tls_rust"]
|
||||
|
||||
[dependencies]
|
||||
ntex-bytes = "0.1.14"
|
||||
ntex-bytes = "0.1.18"
|
||||
ntex-io = "0.2.0-beta.0"
|
||||
ntex-util = "0.2.0-beta.0"
|
||||
ntex-service = "1.0.0-beta.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue