Skip to content

Commit ec75f08

Browse files
committed
bump MSRV to 1.70
1 parent bf42bcf commit ec75f08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- stable
1717
- beta
1818
- nightly
19-
- 1.65.0 # MSRV
19+
- 1.70.0 # MSRV
2020

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

README.md

+1-1
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.65.0.
15+
The MSRV for this crate is 1.70.0.
1616

1717
## Example
1818

0 commit comments

Comments
 (0)