File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " redis_ts"
3- version = " 0.5.0 "
3+ version = " 0.5.1 "
44authors = [
" protom <[email protected] >" ]
55keywords = [" redis" , " database" ]
66description = " API for Redis time series types."
Original file line number Diff line number Diff line change 11# redis_ts
22
3- [ ![ crates.io] ( https://img.shields.io/badge/crates.io-v0.5.0 -orange )] ( https://crates.io/crates/redis_ts )
3+ [ ![ crates.io] ( https://img.shields.io/badge/crates.io-v0.5.1 -orange )] ( https://crates.io/crates/redis_ts )
44![ Continuous integration] ( https://github.com/tompro/redis_ts/workflows/Continuous%20integration/badge.svg )
55
66redis_ts provides a small trait with extension functions for the
@@ -16,7 +16,7 @@ but should work with versions higher than that.
1616 ``` ini
1717 [dependencies]
1818 redis = " 0.22.1"
19- redis_ts = " 0.5.0 "
19+ redis_ts = " 0.5.1 "
2020 ```
2121
2222 Or via git:
@@ -30,7 +30,7 @@ With async feature inherited from the [redis](https://docs.rs/redis) crate (eith
3030``` ini
3131 [dependencies]
3232 redis = " 0.22.1"
33- redis_ts = { version = " 0.5.0 " , features = [' tokio-comp' ] }
33+ redis_ts = { version = " 0.5.1 " , features = [' tokio-comp' ] }
3434```
3535
3636 ## Synchronous usage
Original file line number Diff line number Diff line change 1111//! ```ini
1212//! [dependencies]
1313//! redis = "0.22.1"
14- //! redis_ts = "0.5.0 "
14+ //! redis_ts = "0.5.1 "
1515//! ```
1616//!
1717//! Or via git:
2626//! ```ini
2727//! [dependencies]
2828//! redis = "0.22.1"
29- //! redis_ts = { version = "0.5.0 ", features = ['tokio-comp'] }
29+ //! redis_ts = { version = "0.5.1 ", features = ['tokio-comp'] }
3030//! ```
3131//!
3232//! # Synchronous usage
You can’t perform that action at this time.
0 commit comments