Skip to content

Commit da4fdec

Browse files
committed
Prep release
1 parent 8bb2220 commit da4fdec

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changes
22

3-
## [0.4.0-alpha.0] - 2022-xx-xx
3+
## [0.4.0-beta.0] - 2022-12-28
44

5-
* Upgrade to ntex-service-0.4
5+
* Migrate to ntex-service-1.0
66

77
## [0.3.3] - 2022-07-07
88

Cargo.toml

+3-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ntex-redis"
3-
version = "0.4.0-alpha.0"
3+
version = "0.4.0-beta.0"
44
authors = ["ntex contributors <[email protected]>"]
55
description = "Redis client"
66
documentation = "https://docs.rs/ntex-redis"
@@ -12,7 +12,7 @@ exclude = [".gitignore", ".travis.yml", ".cargo/config"]
1212
edition = "2018"
1313

1414
[dependencies]
15-
ntex = "0.6.0-alpha.0"
15+
ntex = "0.6.0-beta.0"
1616
itoa = "1.0.0"
1717
btoi = "0.4.2"
1818
log = "0.4"
@@ -21,14 +21,4 @@ derive_more = "0.99"
2121
[dev-dependencies]
2222
rand = "0.8"
2323
env_logger = "0.10"
24-
ntex = { version = "0.6.0-alpha.0", features = ["tokio"] }
25-
26-
[patch.crates-io]
27-
ntex = { git = "https://github.com/ntex-rs/ntex.git", branch = "service-0-4" }
28-
ntex-connect = { git = "https://github.com/ntex-rs/ntex.git", branch = "service-0-4" }
29-
ntex-io = { git = "https://github.com/ntex-rs/ntex.git", branch = "service-0-4" }
30-
ntex-service = { git = "https://github.com/ntex-rs/ntex.git", branch = "service-0-4" }
31-
ntex-util = { git = "https://github.com/ntex-rs/ntex.git", branch = "service-0-4" }
32-
ntex-tls = { git = "https://github.com/ntex-rs/ntex.git", branch = "service-0-4" }
33-
ntex-tokio = { git = "https://github.com/ntex-rs/ntex.git", branch = "service-0-4" }
34-
ntex-h2 = { git = "https://github.com/ntex-rs/ntex-h2.git", branch = "service-0-4" }
24+
ntex = { version = "0.6.0-beta.0", features = ["tokio"] }

0 commit comments

Comments
 (0)