summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2023-01-24 08:18:51 +0100
committercos <cos>2023-01-24 10:21:18 +0100
commit98e2b8c12f801de55a0ed08adc5ac1aa0b81c139 (patch)
tree49cbeb522c561a086abefce4aa0c75665c364ea6 /Cargo.toml
parent0d61aec1a1e475416cf134d6766dbd0e470cffa5 (diff)
downloadmeli-98e2b8c12f801de55a0ed08adc5ac1aa0b81c139.zip
Update minimum supported rust versionfix/msrv
Code requires label_break_value feature, which was [stabilized][0] in release 1.65.0 of the toolchain. [0]: https://github.com/rust-lang/rust/pull/99332
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9f027db9..6a958ac0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "meli"
version = "0.7.2"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
edition = "2018"
+rust-version = "1.65.0"
license = "GPL-3.0-or-later"
readme = "README.md"