Skip to content

Commit 5c1b2d9

Browse files
authored
Merge pull request #207 from jeromefroe/jerome/bump-msrv-to-1-65
Bump MSRV to 1.65.0
2 parents 16048d8 + 2f10be2 commit 5c1b2d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- stable
1717
- beta
1818
- nightly
19-
- 1.64.0 # MSRV
19+
- 1.65.0 # MSRV
2020

2121
steps:
2222
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An implementation of a LRU cache. The cache supports `put`, `get`, `get_mut` and
1212
all of which are O(1). This crate was heavily influenced by the [LRU Cache implementation in an
1313
earlier version of Rust's std::collections crate].
1414

15-
The MSRV for this crate is 1.64.0.
15+
The MSRV for this crate is 1.65.0.
1616

1717
## Example
1818

0 commit comments

Comments
 (0)