From: Alexander McLin Date: Tue, 5 May 2026 13:58:05 +0000 (-0400) Subject: Bump Cargo.toml `rust-version` to `1.93.1` X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=7c9075b4ee515c6f8af1820267729b72725c1c4d;p=scryer-prolog.git Bump Cargo.toml `rust-version` to `1.93.1` MSRV discussion settled on `1.93.1` to align with upcoming Debian stable releases --- 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"]