Skip to content

Commit 29d97e4

Browse files
committed
Update other rustc version notes.
1 parent 057ead4 commit 29d97e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["search", "index", "indexing", "lunr", "elasticlunr"]
1010
exclude = ["tests/lunr-fixture-gen/", "js/", ".github/"]
1111
readme = "README.md"
1212
edition = "2018"
13-
rust-version = "1.57.0"
13+
rust-version = "1.57.0" # Some dependencies require 1.60.0 at time of writing, but older versions of those can work.
1414

1515
[badges]
1616
maintenance = { status = "passively-maintained" }

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Documentation](https://docs.rs/elasticlunr-rs/badge.svg)](https://docs.rs/elasticlunr-rs)
55
[![Crates.io](https://img.shields.io/crates/v/elasticlunr-rs.svg)](https://crates.io/crates/elasticlunr-rs)
66
![Maintenance](https://img.shields.io/badge/Maintenance-Passive-yellow)
7-
![MSRV](https://img.shields.io/badge/MSRV-1.57.0-orange)
7+
![MSRV](https://img.shields.io/badge/MSRV-1.60.0-orange)
88

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

0 commit comments

Comments
 (0)