From 29d97e4c8e91bb0d1813716fb2d1575066344d76 Mon Sep 17 00:00:00 2001 From: Matt Ickstadt Date: Fri, 17 Mar 2023 13:11:10 -0500 Subject: [PATCH] Update other rustc version notes. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8bd60a2..5dae316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/README.md b/README.md index 949bf81..ddea173 100644 --- a/README.md +++ b/README.md @@ -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.