Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Jul 31, 2024
1 parent ac76a98 commit 32e9908
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<a href="https://crates.io/crates/redis_pool"><img src="https://img.shields.io/crates/v/redis_pool?style=plastic" alt="crates.io"></a>
<a href="https://docs.rs/redis_pool"><img src="https://docs.rs/redis_pool/badge.svg" alt="docs.rs"></a>
<img src="https://img.shields.io/badge/min%20rust-1.60-green.svg" alt="Minimum Rust Version">
<a href="https://discord.gg/gVXNDwpS3Z"><img src="https://img.shields.io/discord/81844480201728000?label=&labelColor=6A7EC2&logo=discord&logoColor=ffffff&color=7389D8" alt="Discord"></a>
</div>

## License
Expand All @@ -28,7 +29,7 @@ RedisPool uses [`tokio`] runtime.
```toml
# Cargo.toml
[dependencies]
redis_pool = "0.4.0"
redis_pool = "0.5.0"
```

#### Cargo Feature Flags
Expand Down

0 comments on commit 32e9908

Please sign in to comment.