mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
prep release
This commit is contained in:
parent
9638f2bf58
commit
8b3655457b
7 changed files with 11 additions and 7 deletions
|
@ -24,7 +24,7 @@
|
|||
## Documentation & community resources
|
||||
|
||||
* [Documentation](https://docs.rs/ntex)
|
||||
* Minimum supported Rust version: 1.45 or later
|
||||
* Minimum supported Rust version: 1.46 or later
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.4.1] - 2021-04-04
|
||||
|
||||
* Use Either from ntex-service
|
||||
|
||||
## [0.4.0] - 2021-02-23
|
||||
|
||||
* Migrate to tokio 1.x
|
||||
|
|
|
@ -22,7 +22,7 @@ ntex-service = "0.1.7"
|
|||
futures-core = { version = "0.3.13", default-features = false, features = ["alloc"] }
|
||||
futures-sink = { version = "0.3.13", default-features = false, features = ["alloc"] }
|
||||
log = "0.4"
|
||||
tokio = { version = "1", default-features=false }
|
||||
tokio = { version = "1", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
ntex = "0.3.13"
|
||||
|
|
|
@ -17,4 +17,4 @@ path = "src/lib.rs"
|
|||
|
||||
[dependencies]
|
||||
ntex-service = "0.1.7"
|
||||
tokio = { version = "1", default-features=false, features = ["rt", "net", "time", "signal", "sync"] }
|
||||
tokio = { version = "1", default-features = false, features = ["rt", "net", "time", "signal", "sync"] }
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Changes
|
||||
|
||||
## [0.1.7] - 2021-04-02
|
||||
## [0.1.7] - 2021-04-03
|
||||
|
||||
* drop futures-util dependency
|
||||
|
||||
* add custom Ready and Lazy futures
|
||||
* add custom Ready,Lazy,Either futures
|
||||
|
||||
## [0.1.6] - 2021-03-26
|
||||
|
||||
|
|
|
@ -19,4 +19,4 @@ path = "src/lib.rs"
|
|||
pin-project-lite = "0.2.4"
|
||||
|
||||
[dev-dependencies]
|
||||
ntex = "0.3.1"
|
||||
ntex = "0.3.13"
|
||||
|
|
|
@ -74,7 +74,7 @@ serde_urlencoded = "0.7"
|
|||
socket2 = "0.4"
|
||||
url-pkg = { version = "2.1", package = "url", optional = true }
|
||||
coo-kie = { version = "0.15", package = "cookie", optional = true }
|
||||
tokio = { version = "1", default-features=false, features = ["sync"] }
|
||||
tokio = { version = "1", default-features = false, features = ["sync"] }
|
||||
|
||||
# openssl
|
||||
open-ssl = { version="0.10", package = "openssl", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue