Skip to content

Commit

Permalink
Merge master fix version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tompro committed Feb 28, 2021
1 parent 3e85e6e commit c872a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ but should work with versions higher than that.
```ini
[dependencies]
redis = "0.20.0"
redis_ts = "0.3.0"
redis_ts = "0.4.0"
```

Or via git:
Expand All @@ -30,7 +30,7 @@ With async feature inherited from the [redis](https://docs.rs/redis) crate (eith
```ini
[dependencies]
redis = "0.20.0"
redis_ts = { version = "0.3.0", features = ['tokio-comp'] }
redis_ts = { version = "0.4.0", features = ['tokio-comp'] }
```
## Synchronous usage
Expand Down

0 comments on commit c872a4f

Please sign in to comment.