File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased ] ( https://github.com/mitsuhiko/redis-rs/compare/0.13.0...HEAD ) - ReleaseDate
3
+ ## [ 0.14.0 ] ( https://github.com/mitsuhiko/redis-rs/compare/0.13.0...0.14.0 ) - 2020-01-08
4
4
5
5
** Fixes and improvements**
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " redis"
3
- version = " 0.13.1-alpha .0"
3
+ version = " 0.14 .0"
4
4
authors = [" Armin Ronacher <armin.ronacher@active-4.com>" , " Jan-Erik Rediger <janerik@fnordig.de>" ]
5
5
keywords = [" redis" , " database" ]
6
6
description = " Redis driver for Rust."
@@ -11,6 +11,9 @@ license = "BSD-3-Clause"
11
11
readme = " README.md"
12
12
edition = " 2018"
13
13
14
+ [package .metadata .docs .rs ]
15
+ all-features = true
16
+
14
17
[dependencies ]
15
18
dtoa = " 0.4"
16
19
itoa = " 0.4.3"
@@ -53,9 +56,6 @@ required-features = ["tokio-rt-core"]
53
56
name = " bench_basic"
54
57
harness = false
55
58
56
- [package .metadata .docs .rs ]
57
- all-features = true
58
-
59
59
[[example ]]
60
60
name = " async-multiplexed"
61
61
required-features = [" tokio-rt-core" ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The crate is called `redis` and you can depend on it via cargo:
13
13
14
14
``` ini
15
15
[dependencies]
16
- redis = " 0.13 .0"
16
+ redis = " 0.14 .0"
17
17
```
18
18
19
19
Documentation on the library can be found at
You can’t perform that action at this time.
0 commit comments