Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Apr 3, 2021
1 parent 9638f2b commit 8b36554
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions ntex-codec/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ntex-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ntex-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
4 changes: 2 additions & 2 deletions ntex-service/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion ntex-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ path = "src/lib.rs"
pin-project-lite = "0.2.4"

[dev-dependencies]
ntex = "0.3.1"
ntex = "0.3.13"
2 changes: 1 addition & 1 deletion ntex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 8b36554

Please sign in to comment.