Skip to content

Commit

Permalink
Check MSRV in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and jaymell committed May 25, 2022
1 parent c305b2b commit 31d09ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
- stable
- beta
- nightly
- 1.51.0

steps:
- name: Cache redis
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ redis = "0.21.5"
Documentation on the library can be found at
[docs.rs/redis](https://docs.rs/redis).

**Note: redis-rs requires at least Rust 1.39.**
**Note: redis-rs requires at least Rust 1.51.**

## Basic Operation

Expand Down

0 comments on commit 31d09ab

Please sign in to comment.