From 9bd0f0f66031711e9690dd6e64f4cf4af734c822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Fri, 12 Jan 2024 14:23:10 -0500 Subject: [PATCH] chore: bump rust msrv & allow CI to find it --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d578f0926e..7ef70a0bf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository.workspace = true authors.workspace = true homepage.workspace = true license.workspace = true -rust-version.workspace = true +rust-version = "1.72" # allows msrv verify to work in CI [dependencies] ahash = "0.8.6" @@ -151,7 +151,7 @@ edition = "2021" homepage = "https://lurk-lang.org/" license = "MIT OR Apache-2.0" repository = "https://github.com/lurk-lab/lurk-rs" -rust-version = "1.71.1" +rust-version = "1.72" [[bin]] name = "lurk"