From fcd530fd0bedad791145a71c60322131675a0d6d Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:47:58 +0100 Subject: [PATCH] Bump minimum Rust version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d9f1ee8..e787b059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["buildpacks/ruby", "commons"] [workspace.package] edition = "2021" -rust-version = "1.75" +rust-version = "1.80" [workspace.lints.rust] unreachable_pub = "warn"