From 7c9075b4ee515c6f8af1820267729b72725c1c4d Mon Sep 17 00:00:00 2001 From: Alexander McLin Date: Tue, 5 May 2026 09:58:05 -0400 Subject: [PATCH] Bump Cargo.toml `rust-version` to `1.93.1` MSRV discussion settled on `1.93.1` to align with upcoming Debian stable releases --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dcfec745..3eed5de2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["prolog", "prolog-interpreter", "prolog-system"] categories = ["command-line-utilities"] build = "build/main.rs" # Remember to check CI -rust-version = "1.85" +rust-version = "1.93.1" [lib] crate-type = ["cdylib", "rlib"] -- 2.54.0