Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel7grant committed Sep 15, 2024
1 parent 3da564c commit c39f338
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 @@ -8,8 +8,8 @@ To install it, simply add the package `redis-macros`. This package is a helper f

```toml
[dependencies]
redis-macros = "0.3.0"
redis = { version = "0.25.2" }
redis-macros = "0.4.2"
redis = { version = "0.27" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
```
Expand Down

0 comments on commit c39f338

Please sign in to comment.