Add minimum rust version to cargo.toml
This commit is contained in:
parent
7c04c9b8d3
commit
236a299ff0
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ name = "similar"
|
||||||
version = "2.1.0"
|
version = "2.1.0"
|
||||||
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Pierre-Étienne Meunier <pe@pijul.org>", "Brandon Williams <bwilliams.eng@gmail.com>"]
|
authors = ["Armin Ronacher <armin.ronacher@active-4.com>", "Pierre-Étienne Meunier <pe@pijul.org>", "Brandon Williams <bwilliams.eng@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
rust-version = "1.41"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "A diff library for Rust"
|
description = "A diff library for Rust"
|
||||||
repository = "https://github.com/mitsuhiko/similar"
|
repository = "https://github.com/mitsuhiko/similar"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue