We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d9697 commit b20c325Copy full SHA for b20c325
CHANGES.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+## [0.2.0] - 2021-06-27
4
+
5
+* upgrade to ntex-0.4
6
7
## [0.1.3] - 2021-05-05
8
9
* cmd: Rename HSet::insert() to HSet::entry()
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ntex-redis"
-version = "0.1.3"
+version = "0.2.0"
authors = ["ntex contributors <[email protected]>"]
description = "Redis client"
documentation = "https://docs.rs/ntex-redis"
@@ -21,7 +21,7 @@ openssl = ["ntex/openssl"]
21
rustls = ["ntex/rustls"]
22
23
[dependencies]
24
-ntex = "0.3.15"
+ntex = "0.4.0-b.1"
25
itoa = "0.4.5"
26
btoi = "0.4.2"
27
log = "0.4"
0 commit comments