Skip to content

Commit

Permalink
Update other rustc version notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattico committed Mar 17, 2023
1 parent 057ead4 commit 29d97e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["search", "index", "indexing", "lunr", "elasticlunr"]
exclude = ["tests/lunr-fixture-gen/", "js/", ".github/"]
readme = "README.md"
edition = "2018"
rust-version = "1.57.0"
rust-version = "1.57.0" # Some dependencies require 1.60.0 at time of writing, but older versions of those can work.

[badges]
maintenance = { status = "passively-maintained" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Documentation](https://docs.rs/elasticlunr-rs/badge.svg)](https://docs.rs/elasticlunr-rs)
[![Crates.io](https://img.shields.io/crates/v/elasticlunr-rs.svg)](https://crates.io/crates/elasticlunr-rs)
![Maintenance](https://img.shields.io/badge/Maintenance-Passive-yellow)
![MSRV](https://img.shields.io/badge/MSRV-1.57.0-orange)
![MSRV](https://img.shields.io/badge/MSRV-1.60.0-orange)

A partial port of [elasticlunr.js][eljs] to Rust. Intended to be used for generating compatible search indices.

Expand Down

0 comments on commit 29d97e4

Please sign in to comment.