Skip to content

Commit

Permalink
bumped msrv to 1.65 because github workflow failed
Browse files Browse the repository at this point in the history
  • Loading branch information
henke443 committed Apr 17, 2024
1 parent 8287106 commit 3fe8838
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [1.64.0, stable]
rust: [1.65.0, stable]
features: ["default"]
steps:
- uses: hecrj/setup-rust-action@v2
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
rust: [1.64.0, stable]
rust: [1.65.0, stable]
steps:
- uses: hecrj/setup-rust-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ pub struct LinkedListItem<T> {
[docsrs-url]: https://docs.rs/fast-list/latest/fast_graph
[crates-badge]: https://img.shields.io/crates/v/fast-list.svg
[crates-url]: https://crates.io/crates/fast-list
[msrv-badge]: https://img.shields.io/badge/rustc-1.64+-blue.svg
[msrv-badge]: https://img.shields.io/badge/rustc-1.65+-blue.svg
[RELEASES]: RELEASES.rst

0 comments on commit 3fe8838

Please sign in to comment.