Skip to content

Commit

Permalink
Raise MSRV to 1.49.0
Browse files Browse the repository at this point in the history
Tokio did it, so we kindof have to follow suit
  • Loading branch information
asomers committed Mar 20, 2022
1 parent 381dfa9 commit 4851fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test_task:
RUSTDOCFLAGS: -D warnings
matrix:
- container:
image: rust:1.45.0
image: rust:1.49.0
- container:
image: rust:latest
- container:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ standard library. But instead of blocking until ready, they return Futures
which will become ready when the lock is acquired. See the doc comments for
individual examples.

`futures-locks` requires Rust 1.45.0 or higher.
`futures-locks` requires Rust 1.49.0 or higher.

# License

Expand Down

0 comments on commit 4851fe7

Please sign in to comment.