From 236a299ff01b8d4bdfc95c6439c1302c8422ae13 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 23 Jan 2022 21:04:40 +0100 Subject: [PATCH] Add minimum rust version to cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7e8d26f..b21194b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "similar" version = "2.1.0" authors = ["Armin Ronacher ", "Pierre-Étienne Meunier ", "Brandon Williams "] edition = "2018" +rust-version = "1.41" license = "Apache-2.0" description = "A diff library for Rust" repository = "https://github.com/mitsuhiko/similar"