Skip to content

Commit

Permalink
Bump MSRV to match Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
staticintlucas committed Dec 7, 2023
1 parent b241b08 commit 7c70a12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [stable, 1.67.1]
rust: [stable, 1.70.0]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[test status]: https://img.shields.io/github/actions/workflow/status/staticintlucas/keyset-rs/test.yml?branch=main&label=tests&style=flat-square
[test coverage]: https://img.shields.io/codecov/c/gh/staticintlucas/keyset-rs?style=flat-square
[crate version]: https://img.shields.io/crates/v/keyset?style=flat-square
[rust version]: https://img.shields.io/badge/rust-1.67%2B-informational?style=flat-square
[rust version]: https://img.shields.io/badge/rust-1.70%2B-informational?style=flat-square

[actions]: https://github.com/staticintlucas/keyset-rs/actions?query=branch%3Amain
[codecov]: https://app.codecov.io/github/staticintlucas/keyset-rs
Expand All @@ -12,7 +12,7 @@
A (WIP) reimplementation of [pykeyset] in Rust for improved performance.
Eventually this aims to become the backend for pykeyset using a Python wrapper around this project.

Current minimum supported Rust version is 1.67.0, although this is subject to change as development continues.
Current minimum supported Rust version is 1.70.0, although this is subject to change as development continues.

[pykeyset]: https://github.com/staticintlucas/pykeyset

Expand Down

0 comments on commit 7c70a12

Please sign in to comment.